summaryrefslogtreecommitdiff
path: root/extra/sqlite
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-21 02:59:15 -0800
committerroot <root@rshg054.dnsready.net>2012-12-21 02:59:15 -0800
commitebf350f32a8352abbd1bb4a8a49ed750bb23f285 (patch)
tree1ebf65f72d0e3bd77cae555c194a3e64ecfa3dd7 /extra/sqlite
parentfecd6286e00e6e25458a7d1b8b80f6fdb236a7a2 (diff)
Fri Dec 21 02:53:46 PST 2012
Diffstat (limited to 'extra/sqlite')
-rw-r--r--extra/sqlite/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD
index 2e7dbd24c..d4c51d9e7 100644
--- a/extra/sqlite/PKGBUILD
+++ b/extra/sqlite/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 173255 2012-12-16 18:09:24Z andyrtr $
+# $Id: PKGBUILD 173669 2012-12-20 16:11:37Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc')
-_amalgamationver=3071500
+_amalgamationver=3071501
#_docver=${_amalgamationver}
-_docver=3071500
-pkgver=3.7.15
+_docver=3071501
+pkgver=3.7.15.1
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=('0d2a2d27b56ac73d49db76dcb6b4619c'
- '8f936a1715ec6bbc65e95e0a4f127623'
+md5sums=('a67c25afa199a11f0a37aff7ed9d2c14'
+ 'f39774e459354b9df768ee34e93b47e4'
'c1cdbc5544034d9012e421e75a5e4890')
build() {