diff options
author | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
commit | af549d0243764531309fa94b1f5cee58982c496a (patch) | |
tree | afb2851caf91700e83c4062a9e77c6a92fe0326b /extra/sqlite | |
parent | 58f5e0b164b5f4c9af61b2e42bd10c85f28b9bed (diff) |
Thu Sep 6 00:03:29 UTC 2012
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 062789e17..f6f047060 100644 --- a/extra/sqlite/PKGBUILD +++ b/extra/sqlite/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 161621 2012-06-12 15:12:59Z andyrtr $ +# $Id: PKGBUILD 166020 2012-09-04 10:20:48Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') -_amalgamationver=3071300 +_amalgamationver=3071400 _amalgamationver2=${_amalgamationver/00/} _docver=${_amalgamationver} #3070700 #pkgver=${_amalgamationver2//0/.} -pkgver=3.7.13 +pkgver=3.7.14 pkgrel=1 pkgdesc="A C library that implements an SQL database engine" arch=('i686' 'x86_64') @@ -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=('c97df403e8a3d5b67bb408fcd6aabd8e' - '16a003d5a619a6c725e3d81cf5aaba2a' +md5sums=('6464d429b1396a8db35864e791673b65' + '5eaeaa2d0aef3b2c980aa784846fd562' 'c1cdbc5544034d9012e421e75a5e4890') build() { |