summaryrefslogtreecommitdiff
path: root/extra/sqlite/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sqlite/PKGBUILD')
-rw-r--r--extra/sqlite/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD
index a9fcae081..525cab350 100644
--- a/extra/sqlite/PKGBUILD
+++ b/extra/sqlite/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 193396 2013-08-19 16:20:40Z andyrtr $
+# $Id: PKGBUILD 193636 2013-08-26 14:58:30Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc')
-_amalgamationver=3071700
+_amalgamationver=3080000
_docver=${_amalgamationver}
-#_docver=3071601
-pkgver=3.7.17
-pkgrel=2
+#_docver=3080001
+pkgver=3.8.0
+pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
license=('custom:Public Domain')
@@ -19,8 +19,8 @@ source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with
http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
license.txt)
options=('!libtool' '!emptydirs')
-sha1sums=('e31958e56b1d7bef9433b1ff2e875c8c290d37f4'
- '6b533b0a9a21eb2c2d1c9f278b8defbeb5a432a7'
+sha1sums=('610d01764c2fc6c6220ab88a57ac4de86515ebc8'
+ 'db535a6b86a20192f66146911893aa3b19d4b393'
'f34f6daa4ab3073d74e774aad21d66878cf26853')
build() {