summaryrefslogtreecommitdiff
path: root/extra/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sqlite')
-rw-r--r--extra/sqlite/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD
index 16c9eaefc..fa292f3f6 100644
--- a/extra/sqlite/PKGBUILD
+++ b/extra/sqlite/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 180284 2013-03-19 15:40:26Z andyrtr $
+# $Id: PKGBUILD 181034 2013-03-30 09:25:06Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc')
-_amalgamationver=3071600
-#_docver=${_amalgamationver}
-_docver=3071600
-pkgver=3.7.16
+_amalgamationver=3071601
+_docver=${_amalgamationver}
+#_docver=3071601
+pkgver=3.7.16.1
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@ source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with
http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
license.txt)
options=('!libtool' '!emptydirs')
-md5sums=('919aedd0c84e1d8fb07129251dbe05bf'
- 'fbf875524bd3af1cf0b0580d13cc665e'
- 'c1cdbc5544034d9012e421e75a5e4890')
+sha1sums=('b0d9b3e2ca3c50f72e5921e9532130787871b7ae'
+ '254dbed306ceb4e9017497dbafaa47280a2fc4ff'
+ 'f34f6daa4ab3073d74e774aad21d66878cf26853')
build() {
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"