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 f704fec82..bb0b919a3 100644
--- a/extra/sqlite/PKGBUILD
+++ b/extra/sqlite/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 201374 2013-12-09 21:50:07Z andyrtr $
+# $Id: PKGBUILD 205073 2014-02-04 11:27:00Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc')
-_amalgamationver=3080200
+_amalgamationver=3080300
_docver=${_amalgamationver}
#_docver=3080001
-pkgver=3.8.2
+pkgver=3.8.3
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
@@ -15,12 +15,12 @@ license=('custom:Public Domain')
url="http://www.sqlite.org/"
makedepends=('tcl' 'readline')
source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with a configure script and makefile for building it; includes now also the Tcl Extension Architecture (TEA)
- http://www.sqlite.org/2013/sqlite-autoconf-$_amalgamationver.tar.gz
- http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
+ http://www.sqlite.org/2014/sqlite-autoconf-$_amalgamationver.tar.gz
+ http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
license.txt)
options=('!emptydirs')
-sha1sums=('6033ef603ce221d367c665477514d972ef1dc90e'
- 'b9cbd42d08b8c1ce96656a6b111e918bb515b605'
+sha1sums=('c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2'
+ '199c977b948d3e6b9b0b165cb661275e0856d38e'
'f34f6daa4ab3073d74e774aad21d66878cf26853')
build() {