diff options
author | root <root@rshg054.dnsready.net> | 2012-05-16 00:02:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-16 00:02:54 +0000 |
commit | a7a5f4160bb345e35c58a565494d4416f601fc17 (patch) | |
tree | ccfe5688f0a902f1ee3ac215f2a27bdec7d42d01 /extra/sqlite/PKGBUILD | |
parent | 52a4948b9138662b1e7b23b04ef0d72101519f2d (diff) |
Wed May 16 00:02:54 UTC 2012
Diffstat (limited to 'extra/sqlite/PKGBUILD')
-rw-r--r-- | extra/sqlite/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD index 8b36fc57a..f2509a086 100644 --- a/extra/sqlite/PKGBUILD +++ b/extra/sqlite/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 155832 2012-04-07 07:57:39Z andyrtr $ +# $Id: PKGBUILD 159008 2012-05-14 20:33:16Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') -_amalgamationver=3071100 +_amalgamationver=3071200 _amalgamationver2=${_amalgamationver/00/} _docver=${_amalgamationver} #3070700 #pkgver=${_amalgamationver2//0/.} -pkgver=3.7.11 -pkgrel=2 +pkgver=3.7.12 +pkgrel=1 pkgdesc="A C library that implements an SQL database engine" arch=('i686' 'x86_64') license=('custom') @@ -21,8 +21,8 @@ source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with http://www.sqlite.org/sqlite-doc-${_docver}.zip license.txt) options=('!libtool' '!emptydirs') -md5sums=('0552d71bda98ebdcaea305cd6058221b' - 'c1fb48beff33612b2c7f5ae6ab17a601' +md5sums=('28842cb51a699c0b554120bafe6418ff' + '97f299b6de85e3ee71a440ad7719aa8c' 'c1cdbc5544034d9012e421e75a5e4890') build() { |