sqlite-3.33.0
This commit is contained in:
@@ -64,9 +64,9 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3310100" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3330000" % get.workDIR())
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3310100/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3330000/*")
|
||||
"""
|
||||
# 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())
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>An SQL Database Engine in a C Library</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="0c30f5b22152a8166aa3bebb0f4bc1f3e9cc508b" type="targz">https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz</Archive>
|
||||
<Archive sha1sum="3b6241f788e568b6ae5a20b3630e67729860b2eb" type="zip">https://sqlite.org/2020/sqlite-doc-3310100.zip</Archive>
|
||||
<Archive sha1sum="d63f3ce52cb295d62d09fc2ad8f2d29c35e1645f" type="targz">https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz</Archive>
|
||||
<Archive sha1sum="424facd5414f3e956ba0d0141f8ae88a652b58c2" type="zip">https://sqlite.org/2020/sqlite-doc-3330000.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2020-10-19</Date>
|
||||
<Version>3.33.0</Version>
|
||||
<Comment>Verison Bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2020-04-24</Date>
|
||||
<Version>3.31.1</Version>
|
||||
@@ -204,4 +211,4 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user