diff options
author | root <root@rshg054.dnsready.net> | 2012-04-01 00:01:56 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-01 00:01:56 +0000 |
commit | 939efb693a8b362edc0c6ccba62c5ce54fb501af (patch) | |
tree | 0aac5505f763d7331e27a11c0f843b9c6623195a /core | |
parent | 977b78df305a06797773799a7295f2a5f3f013cf (diff) |
Sun Apr 1 00:01:56 UTC 2012
Diffstat (limited to 'core')
-rw-r--r-- | core/sqlite3/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/sqlite3/PKGBUILD b/core/sqlite3/PKGBUILD index f24676f44..9d37721f3 100644 --- a/core/sqlite3/PKGBUILD +++ b/core/sqlite3/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 147078 2012-01-21 15:49:21Z andyrtr $ +# $Id: PKGBUILD 154652 2012-03-30 14:26:35Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase="sqlite3" pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') -_amalgamationver=3071000 +_amalgamationver=3071100 _amalgamationver2=${_amalgamationver/00/} _docver=${_amalgamationver} #3070700 #pkgver=${_amalgamationver2//0/.} -pkgver=3.7.10 +pkgver=3.7.11 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 a http://www.sqlite.org/sqlite-doc-${_docver}.zip license.txt) options=('!libtool' '!emptydirs') -md5sums=('9ed2ca93577b58cfa0d01f64b9312ab9' - 'd4c8070ea2cec54b77002c265e680b0f' +md5sums=('0552d71bda98ebdcaea305cd6058221b' + 'c1fb48beff33612b2c7f5ae6ab17a601' 'c1cdbc5544034d9012e421e75a5e4890') build() { |