diff options
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 1ca35ae21..2e7dbd24c 100644 --- a/extra/sqlite/PKGBUILD +++ b/extra/sqlite/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 168022 2012-10-05 11:18:25Z andyrtr $ +# $Id: PKGBUILD 173255 2012-12-16 18:09:24Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') -_amalgamationver=3071401 +_amalgamationver=3071500 #_docver=${_amalgamationver} -_docver=3071400 -pkgver=3.7.14.1 +_docver=3071500 +pkgver=3.7.15 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/sqlite-doc-${_docver}.zip license.txt) options=('!libtool' '!emptydirs') -md5sums=('4cf3fd434bbb6e50777019ff3507bfa5' - '5eaeaa2d0aef3b2c980aa784846fd562' +md5sums=('0d2a2d27b56ac73d49db76dcb6b4619c' + '8f936a1715ec6bbc65e95e0a4f127623' 'c1cdbc5544034d9012e421e75a5e4890') build() { |