summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorThomas Hipp2018-08-01 10:46:08 +0200
committerThomas Hipp2018-08-01 10:46:08 +0200
commit2f513118f58ff5700a17392623d375e038d784e4 (patch)
tree2997d9259bbfb63696455b4df535c1e49364c94d /.SRCINFO
downloadaur-2f513118f58ff5700a17392623d375e038d784e4.tar.gz
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO52
1 files changed, 52 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..6c789f84aeb4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,52 @@
+pkgbase = sqlite-replication
+ pkgdesc = A C library that implements an SQL database engine
+ pkgver = 3.24.0
+ pkgrel = 1
+ url = http://www.sqlite.org/
+ arch = x86_64
+ license = custom:Public Domain
+ makedepends = tcl
+ makedepends = readline
+ makedepends = zlib
+ options = !emptydirs
+ options = !makeflags
+ source = https://www.sqlite.org/2018/sqlite-src-3240000.zip
+ source = https://www.sqlite.org/2018/sqlite-doc-3240000.zip
+ source = license.txt
+ source = replication.patch
+ sha1sums = fb558c49ee21a837713c4f1e7e413309aabdd9c7
+ sha1sums = 9684d06b7e6ec1868b1ef075993dc29d952dac97
+ sha1sums = f34f6daa4ab3073d74e774aad21d66878cf26853
+ sha1sums = 52a7eeff64d842cd210cf8572bf2f896cd19f995
+
+pkgname = sqlite-replication
+ pkgdesc = A C library that implements an SQL database engine
+ depends = readline
+ depends = zlib
+ provides = sqlite=3.24.0
+ provides = sqlite3=3.24.0
+ conflicts = sqlite
+ replaces = sqlite3
+
+pkgname = sqlite-replication-tcl
+ pkgdesc = sqlite Tcl Extension Architecture (TEA)
+ depends = sqlite
+ provides = sqlite-tcl=3.24.0
+ provides = sqlite3-tcl=3.24.0
+ conflicts = sqlite-tcl
+ replaces = sqlite3-tcl
+
+pkgname = sqlite-replication-doc
+ pkgdesc = most of the static HTML files that comprise this website, including all of the SQL Syntax and the C/C++ interface specs and other miscellaneous documentation
+ provides = sqlite-doc=3.24.0
+ provides = sqlite3-doc=3.24.0
+ conflicts = sqlite-doc
+ replaces = sqlite3-doc
+
+pkgname = sqlite-replication-analyzer
+ pkgdesc = An analysis program for sqlite3 database files
+ depends = sqlite
+ depends = tcl
+ provides = sqlite-analyzer=3.24.0
+ conflicts = sqlite-analyzer
+