summaryrefslogtreecommitdiff
path: root/extra/sqlite
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-12 03:40:54 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-12 03:40:54 +0000
commit5d4b5782f03734e12c907cbc7e4b8c35926e9554 (patch)
treed6b52861ee269d63f88807a3e6cefc926a173247 /extra/sqlite
parent345769552026b46d72b7318f1efa6d615ce03ee3 (diff)
Wed Mar 12 03:36:36 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 7646b5938..f085b3d75 100644
--- a/extra/sqlite/PKGBUILD
+++ b/extra/sqlite/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 207477 2014-03-10 18:59:37Z andyrtr $
+# $Id: PKGBUILD 207516 2014-03-11 17:41:31Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc')
-_amalgamationver=3080400
+_amalgamationver=3080401
_docver=${_amalgamationver}
#_docver=3080001
-pkgver=3.8.4
+pkgver=3.8.4.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/2014/sqlite-doc-${_docver}.zip
license.txt)
options=('!emptydirs')
-sha1sums=('19249a798456f88b3a99ef27fa4119d08d89682f'
- 'f3765974a7752901aff58b4c7ade4950383bcb24'
+sha1sums=('f8a77b74bd2632eb14cea62cd8b92c45026e248c'
+ '11c635048ad6378e86e704246c3c2d64568ce09d'
'f34f6daa4ab3073d74e774aad21d66878cf26853')
build() {