diff options
author | root <root@rshg047.dnsready.net> | 2011-05-23 22:47:30 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-23 22:47:30 +0000 |
commit | 87e20a64534e8f58ca4a4f84000b629e48569a98 (patch) | |
tree | 8c4b498a38d72459c7bc88bc02719b4849159d0f /core/sqlite3 | |
parent | 3837a11a2a471b9db222d8eb6ed7d2fb9d1778c6 (diff) |
Mon May 23 22:47:30 UTC 2011
Diffstat (limited to 'core/sqlite3')
-rw-r--r-- | core/sqlite3/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/sqlite3/PKGBUILD b/core/sqlite3/PKGBUILD index c1dbbcd93..63be526f7 100644 --- a/core/sqlite3/PKGBUILD +++ b/core/sqlite3/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 119736 2011-04-14 10:45:02Z andyrtr $ +# $Id: PKGBUILD 124333 2011-05-19 19:31:27Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase="sqlite3" pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') -_amalgamationver=3070601 +_amalgamationver=3070603 _amalgamationver2=${_amalgamationver/00/} _docver=3070600 pkgver=${_amalgamationver2//0/.} @@ -20,7 +20,7 @@ source=( # tarball containing the amalgamation for SQLite 3.7.5 together with a http://www.sqlite.org/sqlite-doc-${_docver}.zip license.txt) options=('!libtool' '!emptydirs') -md5sums=('a9b7327d6762652fe19caf68fb50849d' +md5sums=('7eb41eea5ffa5cbe359a48629084c425' '1c9b9da6f98f1da2d8958254662c393c' 'c1cdbc5544034d9012e421e75a5e4890') |