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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 14 17:57:39 UTC 2009


    Date: Sunday, June 14, 2009 @ 13:57:39
  Author: andyrtr
Revision: 42473

upgpkg: sqlite3 3.6.14.2-1
    new version 3.6.14.2

Modified:
  sqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-14 17:54:23 UTC (rev 42472)
+++ PKGBUILD	2009-06-14 17:57:39 UTC (rev 42473)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sqlite3
-pkgver=3.6.14.1
+pkgver=3.6.14.2
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@
 source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz
 	license.txt)
 options=(!libtool)
-md5sums=('cc3b6bede1f96ab9f78674f6482ffb8d'
+md5sums=('4c074691b48cd45854899ae4fece6301'
          'c1cdbc5544034d9012e421e75a5e4890')
 
 build() {
   cd ${srcdir}/sqlite-${pkgver}
-  autoreconf # broken configure script in 3.6.14
+#  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