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

Andreas Radke andyrtr at archlinux.org
Sun Aug 21 08:57:37 UTC 2016


    Date: Sunday, August 21, 2016 @ 08:57:36
  Author: andyrtr
Revision: 274530

upgpkg: sqlite 3.14.1-1

upstream update 3.14.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-21 08:47:12 UTC (rev 274529)
+++ PKGBUILD	2016-08-21 08:57:36 UTC (rev 274530)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=3140000
+_srcver=3140100
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.14.0
+pkgver=3.14.1
 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=('d9470fa06b352e3e17b6c4b78cf8059ac1f79aa4'
-          'a58fe1b26f55cda14271fe0356b5cbdb11e58751'
+sha1sums=('7127041adb3f7f94f0a668625d9e74a413c1ddbb'
+          'aad54bb01293bb75e880377be46132874d928ae0'
           'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {



More information about the arch-commits mailing list