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

Andreas Radke andyrtr at archlinux.org
Tue Apr 19 13:45:43 UTC 2016


    Date: Tuesday, April 19, 2016 @ 15:45:42
  Author: andyrtr
Revision: 265453

upgpkg: sqlite 3.12.2-1

upstream update 3.12.2

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-19 13:36:26 UTC (rev 265452)
+++ PKGBUILD	2016-04-19 13:45:42 UTC (rev 265453)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer') 
-_srcver=3120100
+_srcver=3120200
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.12.1
+pkgver=3.12.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=('f3f76c0f07a37e085eb504460a5663bcff53b6ad'
-          '5adad476e52a031bfb1cbc9c1426a5fb77e453a3'
+sha1sums=('d96d0c14549212d3cac9a11450109149a17065d6'
+          'e49eb277915d1f886a9ee4687a23ec67dc5fe3cb'
           'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {



More information about the arch-commits mailing list