summaryrefslogtreecommitdiff
path: root/extra/sqlite/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sqlite/PKGBUILD')
-rw-r--r--extra/sqlite/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD
index 9b78639f9..5a31c4b93 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')
-_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' 'mips64el')
@@ -18,7 +18,7 @@ source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with
http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
license.txt)
options=('!libtool' '!emptydirs')
-md5sums=('a67c25afa199a11f0a37aff7ed9d2c14'
+md5sums=('bcb0ab0b5b30116b2531cfeef3c861b4'
'c1cdbc5544034d9012e421e75a5e4890')
build() {