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

Andreas Radke andyrtr at archlinux.org
Tue Sep 13 15:02:37 UTC 2016


    Date: Tuesday, September 13, 2016 @ 15:02:36
  Author: andyrtr
Revision: 276221

upgpkg: sqlite 3.14.2-1

upstream update 3.14.2

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-13 12:46:41 UTC (rev 276220)
+++ PKGBUILD	2016-09-13 15:02:36 UTC (rev 276221)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=3140100
+_srcver=3140200
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.14.1
+pkgver=3.14.2
 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=('7127041adb3f7f94f0a668625d9e74a413c1ddbb'
-          'aad54bb01293bb75e880377be46132874d928ae0'
+sha1sums=('711f186968ccbfac42b302a1854cd72b97b6975c'
+          'ed4248ebfd30a20ce9bddc8e27677ce63382a952'
           'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {



More information about the arch-commits mailing list