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

Andreas Radke andyrtr at archlinux.org
Tue Feb 14 14:16:14 UTC 2017


    Date: Tuesday, February 14, 2017 @ 14:16:13
  Author: andyrtr
Revision: 288941

upgpkg: sqlite 3.17.0-1

upstream update 3.17.0

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-14 14:13:02 UTC (rev 288940)
+++ PKGBUILD	2017-02-14 14:16:13 UTC (rev 288941)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=3160200
+_srcver=3170000
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.16.2
+pkgver=3.17.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
         https://www.sqlite.org/2017/sqlite-doc-${_docver}.zip
         license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('fc216077093044e9161d9d27c68d0fba8ff19d3f'
-          'c3424040e2368dd78cf9aac801de8d8988549439'
+sha1sums=('67368dfa74dac296cebfc4a8fe9bb92ef47e8b47'
+          'bf3b479067d6eb36c8230b668a45994c9212d6cc'
           'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {



More information about the arch-commits mailing list