From fb4bd0c1bbe6a2be84eb3cabc85c987693476a76 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 11 Dec 2018 16:19:02 +0300 Subject: [PATCH] sqlite:ver.bump --- system/base/sqlite/actions.py | 4 ++-- system/base/sqlite/pspec.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index b216cf3c..af12374f 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-3240000" % get.workDIR()) + shelltools.cd("%s/sqlite-doc-3260000" % get.workDIR()) shelltools.system("pwd") - pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3240000/*") + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3260000/*") # 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 e5b8c804..69156640 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. - https://sqlite.org/2018/sqlite-autoconf-3240000.tar.gz - https://sqlite.org/2018/sqlite-doc-3240000.zip + https://sqlite.org/2018/sqlite-autoconf-3260000.tar.gz + https://sqlite.org/2018/sqlite-doc-3260000.zip readline-devel @@ -104,6 +104,13 @@ + + 2018-12-11 + 3.26.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-07-15 3.24.0