diff options
Diffstat (limited to 'extra/sqlite/PKGBUILD')
-rw-r--r-- | extra/sqlite/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD index c4af9200b..54235bfd4 100644 --- a/extra/sqlite/PKGBUILD +++ b/extra/sqlite/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 159275 2012-05-20 10:17:15Z andyrtr $ +# $Id: PKGBUILD 159464 2012-05-24 16:48:31Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl') -_amalgamationver=3071200 +_amalgamationver=3071201 _amalgamationver2=${_amalgamationver/00/} #pkgver=${_amalgamationver2//0/.} -pkgver=3.7.12 -pkgrel=2 +pkgver=3.7.12.1 +pkgrel=1 pkgdesc="A C library that implements an SQL database engine" arch=('i686' 'x86_64' 'mips64el') license=('custom') @@ -18,7 +18,7 @@ source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz license.txt) options=('!libtool' '!emptydirs') -md5sums=('28842cb51a699c0b554120bafe6418ff' +md5sums=('eb7bbd258913518ad30971ea7ecb0ca9' 'c1cdbc5544034d9012e421e75a5e4890') build() { |