diff options
author | root <root@rshg054.dnsready.net> | 2013-04-13 00:05:58 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-13 00:05:58 -0700 |
commit | 8f0418e4a239ba973834592537b474d3aac52d5b (patch) | |
tree | 55787459ba85dcd3ea548b37ca4027ef993c28b5 /extra/sqlite | |
parent | d976aa5e1544c80dc2457ea20b27f28f3fa05899 (diff) |
Sat Apr 13 00:05:58 PDT 2013
Diffstat (limited to 'extra/sqlite')
-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 fa292f3f6..3b0bca75c 100644 --- a/extra/sqlite/PKGBUILD +++ b/extra/sqlite/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 181034 2013-03-30 09:25:06Z andyrtr $ +# $Id: PKGBUILD 182667 2013-04-12 14:07:12Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') -_amalgamationver=3071601 +_amalgamationver=3071602 _docver=${_amalgamationver} #_docver=3071601 -pkgver=3.7.16.1 +pkgver=3.7.16.2 pkgrel=1 pkgdesc="A C library that implements an SQL database engine" arch=('i686' 'x86_64') @@ -19,8 +19,8 @@ source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip license.txt) options=('!libtool' '!emptydirs') -sha1sums=('b0d9b3e2ca3c50f72e5921e9532130787871b7ae' - '254dbed306ceb4e9017497dbafaa47280a2fc4ff' +sha1sums=('85bf857cf86f34831d55d7ba97606dba581b8d62' + '998df3d9ada4a4a8a048bcf20613d1d02be77731' 'f34f6daa4ab3073d74e774aad21d66878cf26853') build() { |