diff options
Diffstat (limited to 'extra/sqlite')
-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 d4c51d9e7..b3b8d70b9 100644 --- a/extra/sqlite/PKGBUILD +++ b/extra/sqlite/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 173669 2012-12-20 16:11:37Z andyrtr $ +# $Id: PKGBUILD 175005 2013-01-10 17:58:12Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') -_amalgamationver=3071501 +_amalgamationver=3071502 #_docver=${_amalgamationver} -_docver=3071501 -pkgver=3.7.15.1 +_docver=3071502 +pkgver=3.7.15.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/sqlite-doc-${_docver}.zip license.txt) options=('!libtool' '!emptydirs') -md5sums=('a67c25afa199a11f0a37aff7ed9d2c14' - 'f39774e459354b9df768ee34e93b47e4' +md5sums=('bcb0ab0b5b30116b2531cfeef3c861b4' + '159594c17290291fbbb47ee190b180f9' 'c1cdbc5544034d9012e421e75a5e4890') build() { |