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

Andreas Radke andyrtr at archlinux.org
Fri Feb 8 17:13:13 UTC 2019


    Date: Friday, February 8, 2019 @ 17:13:12
  Author: andyrtr
Revision: 345660

upgpkg: sqlite 3.27.1-1

upstream update 3.27.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-08 16:29:30 UTC (rev 345659)
+++ PKGBUILD	2019-02-08 17:13:12 UTC (rev 345660)
@@ -3,10 +3,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=3270000
+_srcver=3270100
 _docver=${_srcver}
 #_docver=3250200
-pkgver=3.27.0
+pkgver=3.27.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
@@ -17,8 +17,8 @@
         https://www.sqlite.org/2019/sqlite-doc-${_docver}.zip
         license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('a46fb5a1776075609f3384aae93e8c6dedd00087'
-          'a577d1ca7079e2a864b675fb1c4f6ce44371bab0'
+sha1sums=('491d12da3c189313bb5d4d9779572c74fed43f0d'
+          '6e22acfb6c3f7dd19ad94e251cbfdb62a2061143'
           'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {



More information about the arch-commits mailing list