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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu May 7 17:32:16 UTC 2009


    Date: Thursday, May 7, 2009 @ 13:32:16
  Author: andyrtr
Revision: 38433

upgpkg: sqlite3 3.6.14-1
    new version 3.6.14

Modified:
  sqlite3/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-07 17:18:24 UTC (rev 38432)
+++ PKGBUILD	2009-05-07 17:32:16 UTC (rev 38433)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sqlite3
-pkgver=3.6.13
+pkgver=3.6.14
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -16,11 +16,12 @@
 source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz
 	license.txt)
 options=(!libtool)
-md5sums=('42cb2690221e72dfb0d500c3a063e0ec'
+md5sums=('4883696b283bae0838a2d468f2232437'
          '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