sqlite3 3.8.8.3

This commit is contained in:
AlmAck 2015-02-28 00:34:56 +01:00
parent 6a5fe00f64
commit 969629c567

View File

@ -4,8 +4,8 @@
_pkgbasename=sqlite3
pkgname=lib32-sqlite3
_amalgamationver=3080702
pkgver=3.8.7.2
_amalgamationver=3080803
pkgver=3.8.8.3
pkgrel=1
pkgdesc="A C library that implements an SQL database engine (32-bit)"
arch=('x86_64')
@ -13,8 +13,8 @@ license=('custom')
url="http://www.sqlite.org/"
depends=('lib32-glibc' $_pkgbasename=$pkgver)
makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
sha1sums=('175283383d010709f76fdd13cb0c8c3c329a1c67')
source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
sha1sums=('2fe3f6226a2a08a2e814b97cd53e36bb3c597112')
build() {
cd ${srcdir}/sqlite-autoconf-${_amalgamationver}