summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hipp2019-10-07 09:00:37 +0200
committerThomas Hipp2019-10-07 09:00:37 +0200
commit0dd00caf641051861b8091e12a5502b22b0f1955 (patch)
tree709fac16ca62d97e7d65b7bae2d76a1466970a19
parent88fcde81c8244c4a5e00bd19356b895380fcc8a0 (diff)
downloadaur-0dd00caf641051861b8091e12a5502b22b0f1955.tar.gz
Update to v3.30.0
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD8
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbaeeee91deb..6b328fae039f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sqlite-replication
pkgdesc = A C library that implements an SQL database engine
- pkgver = 3.29.0
+ pkgver = 3.30.0
pkgrel = 1
url = http://www.sqlite.org/
arch = x86_64
@@ -10,12 +10,12 @@ pkgbase = sqlite-replication
makedepends = zlib
options = !emptydirs
options = !makeflags
- source = https://www.sqlite.org/2019/sqlite-src-3290000.zip
- source = https://www.sqlite.org/2019/sqlite-doc-3290000.zip
+ source = https://www.sqlite.org/2019/sqlite-src-3300000.zip
+ source = https://www.sqlite.org/2019/sqlite-doc-3300000.zip
source = license.txt
source = replication.patch
- sha1sums = e8862aa46fb70e25c8006a1fe519067a1fa9e618
- sha1sums = b0f697c557b415cb1d67acb61b40fbad0b012cad
+ sha1sums = e07542078e2252d620a65152aa33fb0c6fa6f8a9
+ sha1sums = 828cf2af20ef4b216620bdc7c86ac1073a7400bf
sha1sums = f34f6daa4ab3073d74e774aad21d66878cf26853
sha1sums = b864d996ff2c80d88cbb2b3910ff3a1e03ec9670
@@ -23,23 +23,23 @@ pkgname = sqlite-replication
pkgdesc = A C library that implements an SQL database engine
depends = readline
depends = zlib
- provides = sqlite=3.29.0
- provides = sqlite3=3.29.0
+ provides = sqlite=3.30.0
+ provides = sqlite3=3.30.0
conflicts = sqlite
replaces = sqlite3
pkgname = sqlite-replication-tcl
pkgdesc = sqlite Tcl Extension Architecture (TEA)
depends = sqlite
- provides = sqlite-tcl=3.29.0
- provides = sqlite3-tcl=3.29.0
+ provides = sqlite-tcl=3.30.0
+ provides = sqlite3-tcl=3.30.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.29.0
- provides = sqlite3-doc=3.29.0
+ provides = sqlite-doc=3.30.0
+ provides = sqlite3-doc=3.30.0
conflicts = sqlite-doc
replaces = sqlite3-doc
@@ -47,6 +47,6 @@ pkgname = sqlite-replication-analyzer
pkgdesc = An analysis program for sqlite3 database files
depends = sqlite
depends = tcl
- provides = sqlite-analyzer=3.29.0
+ provides = sqlite-analyzer=3.30.0
conflicts = sqlite-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 95db9ce15ef2..85a12a7bd3e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
pkgbase="sqlite-replication"
pkgname=('sqlite-replication' 'sqlite-replication-tcl' 'sqlite-replication-doc' 'sqlite-replication-analyzer')
-_srcver=3290000
+_srcver=3300000
_docver=${_srcver}
#_docver=3080001
-pkgver=3.29.0
+pkgver=3.30.0
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('x86_64')
@@ -20,8 +20,8 @@ source=(https://www.sqlite.org/2019/sqlite-src-${_srcver}.zip
license.txt
replication.patch)
options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('e8862aa46fb70e25c8006a1fe519067a1fa9e618'
- 'b0f697c557b415cb1d67acb61b40fbad0b012cad'
+sha1sums=('e07542078e2252d620a65152aa33fb0c6fa6f8a9'
+ '828cf2af20ef4b216620bdc7c86ac1073a7400bf'
'f34f6daa4ab3073d74e774aad21d66878cf26853'
'b864d996ff2c80d88cbb2b3910ff3a1e03ec9670')