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

Andreas Radke andyrtr at archlinux.org
Thu Mar 31 18:29:34 UTC 2016


    Date: Thursday, March 31, 2016 @ 20:29:34
  Author: andyrtr
Revision: 263699

upgpkg: sqlite 3.12.0-1

upstream update 3.12.0

Modified:
  sqlite/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-31 17:01:20 UTC (rev 263698)
+++ PKGBUILD	2016-03-31 18:29:34 UTC (rev 263699)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer') 
-_srcver=3110100
+_srcver=3120000
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.11.1
+pkgver=3.12.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
         http://www.sqlite.org/2016/sqlite-doc-${_docver}.zip
         license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('ce561ea09a7d956d3e1c86a094b75a68f7900826'
-          '79a24f86bbfc77371fb528ac396d3ad1c266ffa4'
+sha1sums=('fbed202a087891c8be289093cbefa0e74baf8038'
+          'fbca5a4db72c1f50d949f9f5df96d9f905559230'
           'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {



More information about the arch-commits mailing list