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 f085b3d75..5696b0f8d 100644
--- a/extra/sqlite/PKGBUILD
+++ b/extra/sqlite/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 207516 2014-03-11 17:41:31Z andyrtr $
+# $Id: PKGBUILD 208876 2014-03-27 19:59:45Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc')
-_amalgamationver=3080401
+_amalgamationver=3080402
_docver=${_amalgamationver}
#_docver=3080001
-pkgver=3.8.4.1
+pkgver=3.8.4.2
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/2014/sqlite-doc-${_docver}.zip
license.txt)
options=('!emptydirs')
-sha1sums=('f8a77b74bd2632eb14cea62cd8b92c45026e248c'
- '11c635048ad6378e86e704246c3c2d64568ce09d'
+sha1sums=('97d727b46ca67c98eb7a0fa3f57a1cfeb7f08f74'
+ '3f615f9fa81b737e652b06eddef8307235d84f2c'
'f34f6daa4ab3073d74e774aad21d66878cf26853')
build() {