From cdc32cdfe628d13e5232eb69302c607bbc5c23c5 Mon Sep 17 00:00:00 2001 From: suvari Date: Wed, 22 Mar 2017 23:06:24 +0300 Subject: [PATCH] sqlite: version bump to 3.17.0 for new firefox --- system/base/sqlite/actions.py | 4 ++-- system/base/sqlite/pspec.xml | 17 ++++++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index 45ff3633..0e38e9b7 100644 --- a/system/base/sqlite/actions.py +++ b/system/base/sqlite/actions.py @@ -61,10 +61,10 @@ def install(): pisitools.dodoc("README*") - shelltools.cd("%s/sqlite-doc-3160200" % get.workDIR()) + shelltools.cd("%s/sqlite-doc-3170000" % get.workDIR()) shelltools.system("pwd") - pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3160200/*") + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3170000/*") # fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605 shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR()) diff --git a/system/base/sqlite/pspec.xml b/system/base/sqlite/pspec.xml index bd7fa61a..26959b14 100644 --- a/system/base/sqlite/pspec.xml +++ b/system/base/sqlite/pspec.xml @@ -12,8 +12,8 @@ library An SQL Database Engine in a C Library SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size. - http://sqlite.org/2017/sqlite-autoconf-3160200.tar.gz - http://sqlite.org/2017/sqlite-doc-3160200.zip + https://sqlite.org/2017/sqlite-autoconf-3170000.tar.gz + https://www.sqlite.org/2017/sqlite-doc-3170000.zip readline-devel @@ -52,11 +52,7 @@ emul32 32-bit shared libraries for sqlite emul32 - - - - sqlite @@ -108,6 +104,13 @@ + + 2017-03-22 + 3.17.0 + Verison Bump. + Kamil Atlı + suvari@pisilinux.org + 2017-01-26 3.16.2 @@ -144,4 +147,4 @@ alihan@pisilinux.org - + \ No newline at end of file