sqlite:ver.bump
This commit is contained in:
@@ -61,10 +61,10 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3240000" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3260000" % get.workDIR())
|
||||
shelltools.system("pwd")
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3240000/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3260000/*")
|
||||
|
||||
# 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())
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
<IsA>library</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="da68915e3563b5244cbcdb6c7e20fb35559bcfc6" type="targz">https://sqlite.org/2018/sqlite-autoconf-3240000.tar.gz</Archive>
|
||||
<Archive sha1sum="9684d06b7e6ec1868b1ef075993dc29d952dac97" type="zip">https://sqlite.org/2018/sqlite-doc-3240000.zip</Archive>
|
||||
<Archive sha1sum="9af2df1a6da5db6e2ecf3f463625f16740e036e9" type="targz">https://sqlite.org/2018/sqlite-autoconf-3260000.tar.gz</Archive>
|
||||
<Archive sha1sum="13c48e0396d15f3f4978214e144445031a23d509" type="zip">https://sqlite.org/2018/sqlite-doc-3260000.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -104,6 +104,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2018-12-11</Date>
|
||||
<Version>3.26.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2018-07-15</Date>
|
||||
<Version>3.24.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user