sqlite-3.45.1
This commit is contained in:
@@ -65,9 +65,9 @@ def install():
|
|||||||
|
|
||||||
pisitools.dodoc("README*")
|
pisitools.dodoc("README*")
|
||||||
|
|
||||||
shelltools.cd("%s/sqlite-doc-3440200" % get.workDIR())
|
shelltools.cd("%s/sqlite-doc-3450100" % get.workDIR())
|
||||||
|
|
||||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3440200/*")
|
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3450100/*")
|
||||||
"""
|
"""
|
||||||
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
|
# 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())
|
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>An SQL Database Engine in a C Library</Summary>
|
<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>
|
<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="8398dd159f3a1fd8f1c5edf02c687512eaab69e4" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3440200.tar.gz</Archive>
|
<Archive sha1sum="650305e234add12fc1e6bef0b365d86a087b3d38" type="targz">https://www.sqlite.org/2024/sqlite-autoconf-3450100.tar.gz</Archive>
|
||||||
<Archive sha1sum="e2f21cfea5227c9e828618408a71c6d59af1923e" type="zip">https://www.sqlite.org/2023/sqlite-doc-3440200.zip</Archive>
|
<Archive sha1sum="34710234fde8035104dbede16f8967c61be7da32" type="zip">https://www.sqlite.org/2024/sqlite-doc-3450100.zip</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>readline-devel</Dependency>
|
<Dependency>readline-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -105,6 +105,13 @@
|
|||||||
</Package>-->
|
</Package>-->
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="29">
|
||||||
|
<Date>2024-02-14</Date>
|
||||||
|
<Version>3.45.1</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="28">
|
<Update release="28">
|
||||||
<Date>2023-11-24</Date>
|
<Date>2023-11-24</Date>
|
||||||
<Version>3.44.2</Version>
|
<Version>3.44.2</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user