summaryrefslogtreecommitdiff
path: root/core/sqlite3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/sqlite3/PKGBUILD')
-rw-r--r--core/sqlite3/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/sqlite3/PKGBUILD b/core/sqlite3/PKGBUILD
index 002edf312..8cc4ccf94 100644
--- a/core/sqlite3/PKGBUILD
+++ b/core/sqlite3/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 119736 2011-04-14 10:45:02Z andyrtr $
+# $Id: PKGBUILD 124333 2011-05-19 19:31:27Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgbase="sqlite3"
-pkgname=('sqlite3' 'sqlite3-tcl')
-_amalgamationver=3070601
+pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc')
+_amalgamationver=3070603
_amalgamationver2=${_amalgamationver/00/}
_docver=3070600
pkgver=${_amalgamationver2//0/.}
@@ -18,7 +18,7 @@ source=( # tarball containing the amalgamation for SQLite 3.7.5 together with a
http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
license.txt)
options=('!libtool' '!emptydirs')
-md5sums=('a9b7327d6762652fe19caf68fb50849d')
+md5sums=('7eb41eea5ffa5cbe359a48629084c425')
build() {
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"