@@ -65,9 +65,9 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3500400" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3510000" % get.workDIR())
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3500400/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3510000/*")
|
||||
"""
|
||||
# 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="145048005c777796dd8494aa1cfed304e8c34283" type="targz">https://www.sqlite.org/2025/sqlite-autoconf-3500400.tar.gz</Archive>
|
||||
<Archive sha1sum="fb80f853ef84f48d6ebd8dbea16920b8e9358f25" type="zip">https://www.sqlite.org/2025/sqlite-doc-3500400.zip</Archive>
|
||||
<Archive sha1sum="9ec966d285adde52368d4ac9d95a166fde3f6e6e" type="targz">https://www.sqlite.org/2025/sqlite-autoconf-3510000.tar.gz</Archive>
|
||||
<Archive sha1sum="3b8436ef07e386b9e7756f00806b2610ad0efc8a" type="zip">https://www.sqlite.org/2025/sqlite-doc-3510000.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="43">
|
||||
<Date>2025-11-12</Date>
|
||||
<Version>3.51.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="42">
|
||||
<Date>2025-07-31</Date>
|
||||
<Version>3.50.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user