diff options
author | root <root@rshg054.dnsready.net> | 2013-01-11 00:04:53 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-11 00:04:53 -0800 |
commit | 4791b75bfebdea97defe1aa27d56b9223e58f6e8 (patch) | |
tree | e89b1b8c709b887477f38aaa7cefe78d17bb5803 /extra/sqlite | |
parent | e858862e8c8ed2f14352fe6305f64eae0e66d860 (diff) |
Fri Jan 11 00:04:53 PST 2013
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() { |