[arch-commits] Commit in sqlite/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Tue Mar 19 15:40:09 UTC 2013


    Date: Tuesday, March 19, 2013 @ 16:40:08
  Author: andyrtr
Revision: 180283

upgpkg: sqlite 3.7.16-1

upstream update 3.7.16

Modified:
  sqlite/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-19 15:32:07 UTC (rev 180282)
+++ PKGBUILD	2013-03-19 15:40:08 UTC (rev 180283)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071502
+_amalgamationver=3071600
 #_docver=${_amalgamationver}
-_docver=3071502
-pkgver=3.7.15.2
+_docver=3071600
+pkgver=3.7.16
 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/sqlite-autoconf-$_amalgamationver.tar.gz
-	http://www.sqlite.org/sqlite-doc-${_docver}.zip
+	http://www.sqlite.org/2013/sqlite-autoconf-$_amalgamationver.tar.gz
+	http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
 	license.txt)
 options=('!libtool' '!emptydirs')
-md5sums=('bcb0ab0b5b30116b2531cfeef3c861b4'
-         '159594c17290291fbbb47ee190b180f9'
+md5sums=('919aedd0c84e1d8fb07129251dbe05bf'
+         'fbf875524bd3af1cf0b0580d13cc665e'
          'c1cdbc5544034d9012e421e75a5e4890')
 
 build() {




More information about the arch-commits mailing list