diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py
index 01b0a2e5..6a6587ee 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-3270200" % get.workDIR())
+ shelltools.cd("%s/sqlite-doc-3300100" % get.workDIR())
shelltools.system("pwd")
- pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3270200/*")
+ pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3300100/*")
# 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 c79a26ae..6e558936 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/2019/sqlite-autoconf-3270200.tar.gz
- https://sqlite.org/2019/sqlite-doc-3270200.zip
+ https://sqlite.org/2019/sqlite-autoconf-3300100.tar.gz
+ https://sqlite.org/2019/sqlite-doc-3300100.zip
readline-devel
@@ -104,6 +104,13 @@
+
+ 2019-12-12
+ 3.30.1
+ Version bump
+ idris Kalp
+ idriskalp@gmail.com
+
2019-05-27
3.27.2