Date: Thursday, January 10, 2013 @ 12:57:36 Author: andyrtr Revision: 175004
upgpkg: sqlite 3.7.15.2-1 upstream update 3.7.15.2 Modified: sqlite/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-10 12:40:59 UTC (rev 175003) +++ PKGBUILD 2013-01-10 17:57:36 UTC (rev 175004) @@ -4,10 +4,10 @@ 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 @@ http://www.sqlite.org/sqlite-doc-${_docver}.zip license.txt) options=('!libtool' '!emptydirs') -md5sums=('a67c25afa199a11f0a37aff7ed9d2c14' - 'f39774e459354b9df768ee34e93b47e4' +md5sums=('bcb0ab0b5b30116b2531cfeef3c861b4' + '159594c17290291fbbb47ee190b180f9' 'c1cdbc5544034d9012e421e75a5e4890') build() {