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

Andreas Radke andyrtr at nymeria.archlinux.org
Tue Feb 4 11:26:45 UTC 2014


    Date: Tuesday, February 4, 2014 @ 12:26:45
  Author: andyrtr
Revision: 205072

upgpkg: sqlite 3.8.3-1

upstream update 3.8.3

Modified:
  sqlite/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-04 11:01:58 UTC (rev 205071)
+++ PKGBUILD	2014-02-04 11:26:45 UTC (rev 205072)
@@ -4,10 +4,10 @@
 
 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 @@
 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() {




More information about the arch-commits mailing list