update lib32-sqlite3

This commit is contained in:
Samir 2013-01-18 12:38:30 +00:00
parent 1886ba09da
commit 7c3aa428b2

View File

@ -5,8 +5,9 @@
_pkgbasename=sqlite3 _pkgbasename=sqlite3
pkgname=lib32-sqlite3 pkgname=lib32-sqlite3
_amalgamationver=3071100 _amalgamationver=3071502
pkgver=3.7.11 _amalgamationver2=${_amalgamationver/00/}
pkgver=3.7.15.2
pkgrel=1 pkgrel=1
pkgdesc="A C library that implements an SQL database engine (32-bit)" pkgdesc="A C library that implements an SQL database engine (32-bit)"
arch=('x86_64') arch=('x86_64')
@ -16,7 +17,7 @@ depends=(lib32-glibc $_pkgbasename=$pkgver)
makedepends=('tcl' 'gcc-multilib' 'lib32-readline') makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
source=(http://www.sqlite.org/sqlite-src-${_amalgamationver}.zip) source=(http://www.sqlite.org/sqlite-src-${_amalgamationver}.zip)
options=(!libtool) options=(!libtool)
md5sums=('73e2340ca2682ae914168d99c1f26e66') md5sums=('02629f8624398c0c321a0d9fa813b28e')
build() { build() {
export CC="gcc -m32" export CC="gcc -m32"