diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-29 09:29:30 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-29 09:29:30 (GMT) |
commit | 4159bd66e3adbf81679c68dfbe6a01486a3f53db (patch) | |
tree | 01bd3c6700bce3d19f053d900598cac1df63fcb9 /abs/core-testing/sqlite3/PKGBUILD | |
parent | fd40ea704a335d923d7af765add1b3bad1ee5a9d (diff) | |
download | linhes_pkgbuild-4159bd66e3adbf81679c68dfbe6a01486a3f53db.zip linhes_pkgbuild-4159bd66e3adbf81679c68dfbe6a01486a3f53db.tar.gz linhes_pkgbuild-4159bd66e3adbf81679c68dfbe6a01486a3f53db.tar.bz2 |
firefox3.5.1upgrade: firefox nss nspr sqlite3 xulrunner
Diffstat (limited to 'abs/core-testing/sqlite3/PKGBUILD')
-rw-r--r-- | abs/core-testing/sqlite3/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core-testing/sqlite3/PKGBUILD b/abs/core-testing/sqlite3/PKGBUILD index b40c3ee..31f6a30 100644 --- a/abs/core-testing/sqlite3/PKGBUILD +++ b/abs/core-testing/sqlite3/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=sqlite3 -pkgver=3.6.7 -pkgrel=2 +pkgver=3.6.10 +pkgrel=3 pkgdesc="A C library that implements an SQL database engine" arch=('i686' 'x86_64') license=('custom') @@ -15,9 +15,9 @@ conflicts=('sqlite') replaces=('sqlite') source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz license.txt) -options=(!libtool) -md5sums=('5223d1f459b608ed8c2c54f8847f8e1a' +md5sums=('a03bdc86df4025b6881d58557e4b5bd3' 'c1cdbc5544034d9012e421e75a5e4890') +options=(!libtool) build() { cd ${srcdir}/sqlite-${pkgver} |