Updated sqlite to 3.7.9

This commit is contained in:
Radu 2012-01-27 12:44:18 +00:00
parent 0d3911d0b6
commit ec9dd1f984

View File

@ -5,9 +5,9 @@
_pkgbasename=sqlite3
pkgname=lib32-sqlite3
_amalgamationver=3070500
pkgver=3.7.5
pkgrel=2
_amalgamationver=3070900
pkgver=3.7.9
pkgrel=1
pkgdesc="A C library that implements an SQL database engine (32-bit)"
arch=('x86_64')
license=('custom')
@ -16,7 +16,7 @@ depends=(lib32-glibc $_pkgbasename)
makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
source=(http://www.sqlite.org/sqlite-src-${_amalgamationver}.zip)
options=(!libtool)
md5sums=('d61d784997d42cd0d92bac7994094c56')
md5sums=('b2646c5a0c0b5bc6b8f0b67fc318bab3')
build() {
export CC="gcc -m32"