From 889c0f2292938f84d507a5ec903d7032ab480f79 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 9 Dec 2010 13:44:22 +0100 Subject: [PATCH] sqlite3: update to 3.7.4 --- sqlite3/.md5sum | 2 +- sqlite3/Pkgfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sqlite3/.md5sum b/sqlite3/.md5sum index caaec8399..1d4da7f6d 100644 --- a/sqlite3/.md5sum +++ b/sqlite3/.md5sum @@ -1 +1 @@ -74fe78b264f1c434c4b159d45b78e9b7 sqlite-amalgamation-3.7.3.tar.gz +8f0c690bfb33c3cbbc2471c3d9ba0158 sqlite-autoconf-3070400.tar.gz diff --git a/sqlite3/Pkgfile b/sqlite3/Pkgfile index 479f628a1..4e41ebf3c 100644 --- a/sqlite3/Pkgfile +++ b/sqlite3/Pkgfile @@ -4,13 +4,13 @@ # Depends on: ncurses, readline name=sqlite3 -version=3.7.3 +version=3.7.4 release=1 -source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz) +source=(http://www.sqlite.org/sqlite-autoconf-${version//./0}00.tar.gz) build () { - cd sqlite-$version + cd sqlite-autoconf-${version//./0}00 ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install