summaryrefslogtreecommitdiff
path: root/extra/sqlite
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-05 03:27:47 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-05 03:27:47 +0000
commit12c37e7b5594be3af3c03e543648b2a1c430bdcc (patch)
treeb6c672d91b01b5f52379a5ed7f2150a86deaa03a /extra/sqlite
parent9e555a53b531cf1dd49762d2815cb6bbfca55bfa (diff)
Sat Apr 5 03:23:49 UTC 2014
Diffstat (limited to 'extra/sqlite')
-rw-r--r--extra/sqlite/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD
index 5696b0f8d..d27620468 100644
--- a/extra/sqlite/PKGBUILD
+++ b/extra/sqlite/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 208876 2014-03-27 19:59:45Z andyrtr $
+# $Id: PKGBUILD 209788 2014-04-04 08:57:39Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc')
-_amalgamationver=3080402
+_amalgamationver=3080403
_docver=${_amalgamationver}
#_docver=3080001
-pkgver=3.8.4.2
+pkgver=3.8.4.3
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=('97d727b46ca67c98eb7a0fa3f57a1cfeb7f08f74'
- '3f615f9fa81b737e652b06eddef8307235d84f2c'
+sha1sums=('70f3b100fa22e5bfebfe1b0a2102612e3c6c53fb'
+ 'ce8615799a9da7fc9d2cbcd2774d77da4ba72417'
'f34f6daa4ab3073d74e774aad21d66878cf26853')
build() {