summaryrefslogtreecommitdiff
path: root/extra/sqlite
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-17 03:27:42 -0800
committerroot <root@rshg054.dnsready.net>2012-12-17 03:27:42 -0800
commitbfa298276aad0011c7ac64738d521600e76c3628 (patch)
tree4256caa850d2294cc064358de7380814a8772d14 /extra/sqlite
parentd1335cc6b44826a3ae6934a40bd618bfddcd2e6e (diff)
Mon Dec 17 03:23:21 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 1ca35ae21..2e7dbd24c 100644
--- a/extra/sqlite/PKGBUILD
+++ b/extra/sqlite/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 168022 2012-10-05 11:18:25Z andyrtr $
+# $Id: PKGBUILD 173255 2012-12-16 18:09:24Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc')
-_amalgamationver=3071401
+_amalgamationver=3071500
#_docver=${_amalgamationver}
-_docver=3071400
-pkgver=3.7.14.1
+_docver=3071500
+pkgver=3.7.15
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=('4cf3fd434bbb6e50777019ff3507bfa5'
- '5eaeaa2d0aef3b2c980aa784846fd562'
+md5sums=('0d2a2d27b56ac73d49db76dcb6b4619c'
+ '8f936a1715ec6bbc65e95e0a4f127623'
'c1cdbc5544034d9012e421e75a5e4890')
build() {