sqlite-3.44.0
This commit is contained in:
@@ -27,6 +27,7 @@ def setup():
|
||||
"-DSQLITE_SOUNDEX",
|
||||
"-DSQLITE_ENABLE_RTREE",
|
||||
"-DSQLITE_ENABLE_API_ARMOR",
|
||||
"-DSQLITE_ENABLE_MATH_FUNCTIONS",
|
||||
"-Wno-stringop-overflow")
|
||||
|
||||
pisitools.cflags.sub("-O[s\d]", "-O3")
|
||||
@@ -64,9 +65,9 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3430200" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3440000" % get.workDIR())
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3430200/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3440000/*")
|
||||
"""
|
||||
# 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="cf9fbab967e3d924c7d6fc5b8e4a23a81d067fa5" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3430200.tar.gz</Archive>
|
||||
<Archive sha1sum="2bf26c40a0e86f147e23c4f525101a519d2ba8bb" type="zip">https://www.sqlite.org/2023/sqlite-doc-3430200.zip</Archive>
|
||||
<Archive sha1sum="5afebfa26abefb98c2fa4c3dc010260f398c176a" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3440000.tar.gz</Archive>
|
||||
<Archive sha1sum="e28ac34c214e2d42d49bd6354074e1e727346dba" type="zip">https://www.sqlite.org/2023/sqlite-doc-3440000.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="26">
|
||||
<Date>2023-11-15</Date>
|
||||
<Version>3.44.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="25">
|
||||
<Date>2023-10-12</Date>
|
||||
<Version>3.43.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user