sqlite-3.43.1
This commit is contained in:
@@ -64,9 +64,9 @@ def install():
|
|||||||
|
|
||||||
pisitools.dodoc("README*")
|
pisitools.dodoc("README*")
|
||||||
|
|
||||||
shelltools.cd("%s/sqlite-doc-3430000" % get.workDIR())
|
shelltools.cd("%s/sqlite-doc-3430100" % get.workDIR())
|
||||||
|
|
||||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3430000/*")
|
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3430100/*")
|
||||||
"""
|
"""
|
||||||
# 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="59e8c695e34bf1bc9aeb076530f84f66d0f30a5e" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3430000.tar.gz</Archive>
|
<Archive sha1sum="194f57642f191939a16399208a10b5e0a827b916" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3430100.tar.gz</Archive>
|
||||||
<Archive sha1sum="680040adaba074c6ac0de42a7dbb293d2b9921ab" type="zip">https://www.sqlite.org/2023/sqlite-doc-3430000.zip</Archive>
|
<Archive sha1sum="c10a1e3e84823f3230df8b46a9da909a165b3b86" type="zip">https://www.sqlite.org/2023/sqlite-doc-3430100.zip</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>readline-devel</Dependency>
|
<Dependency>readline-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -105,6 +105,13 @@
|
|||||||
</Package>-->
|
</Package>-->
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="24">
|
||||||
|
<Date>2023-09-13</Date>
|
||||||
|
<Version>3.43.1</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="23">
|
<Update release="23">
|
||||||
<Date>2023-09-04</Date>
|
<Date>2023-09-04</Date>
|
||||||
<Version>3.43.0</Version>
|
<Version>3.43.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user