[arch-commits] Commit in sqlite/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sat Jan 17 21:50:08 UTC 2015
Date: Saturday, January 17, 2015 @ 22:50:08
Author: andyrtr
Revision: 229495
upgpkg: sqlite 3.8.0-1
upstream update 3.8.0
Modified:
sqlite/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-17 21:40:23 UTC (rev 229494)
+++ PKGBUILD 2015-01-17 21:50:08 UTC (rev 229495)
@@ -4,10 +4,10 @@
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc')
-_amalgamationver=3080704
+_amalgamationver=3080800
_docver=${_amalgamationver}
#_docver=3080001
-pkgver=3.8.7.4
+pkgver=3.8.0
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
@@ -15,12 +15,12 @@
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/2014/sqlite-autoconf-$_amalgamationver.tar.gz
- http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
+ http://www.sqlite.org/2015/sqlite-autoconf-$_amalgamationver.tar.gz
+ http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
license.txt)
options=('!emptydirs')
-sha1sums=('70ca0b8884a6b145b7f777724670566e2b4f3cde'
- '734908373118d61338ca020e3c7dcbd1e0ccd985'
+sha1sums=('abb7570b7e331ffede7f40f0037be6e0c03b73af'
+ 'd1192d3fd38ca1c68da537eeb87faf7c3071a5fd'
'f34f6daa4ab3073d74e774aad21d66878cf26853')
build() {
More information about the arch-commits
mailing list