[arch-commits] Commit in sqlite3/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jul 26 19:18:55 UTC 2009


    Date: Sunday, July 26, 2009 @ 15:18:55
  Author: andyrtr
Revision: 47772

upgpkg: sqlite3 3.6.16-1
    new version 3.6.16

Modified:
  sqlite3/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-26 19:06:43 UTC (rev 47771)
+++ PKGBUILD	2009-07-26 19:18:55 UTC (rev 47772)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sqlite3
-pkgver=3.6.15
-pkgrel=2
+pkgver=3.6.16
+pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -16,12 +16,11 @@
 source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz
 	license.txt)
 options=(!libtool)
-md5sums=('ccde887ffc8a26251f3514d54594ff92'
+md5sums=('d7c57e91fbeb630c19f82eec3ef73dae'
          'c1cdbc5544034d9012e421e75a5e4890')
-         
+
 build() {
   cd ${srcdir}/sqlite-${pkgver}
-#  autoreconf # broken configure script in 3.6.14
   export LTLINK_EXTRAS="-ldl"
   export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1"
   ./configure --prefix=/usr \




More information about the arch-commits mailing list