summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD8
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b328fae039f..f9e9f7fa292c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sqlite-replication
pkgdesc = A C library that implements an SQL database engine
- pkgver = 3.30.0
+ pkgver = 3.30.1
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-3300000.zip
- source = https://www.sqlite.org/2019/sqlite-doc-3300000.zip
+ source = https://www.sqlite.org/2019/sqlite-src-3300100.zip
+ source = https://www.sqlite.org/2019/sqlite-doc-3300100.zip
source = license.txt
source = replication.patch
- sha1sums = e07542078e2252d620a65152aa33fb0c6fa6f8a9
- sha1sums = 828cf2af20ef4b216620bdc7c86ac1073a7400bf
+ sha1sums = 3dec734206fab0cdceb421021964ff7e3fedf3b0
+ sha1sums = 35b89685c2164a3d18ceeb23ab57f0e207894dad
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.30.0
- provides = sqlite3=3.30.0
+ provides = sqlite=3.30.1
+ provides = sqlite3=3.30.1
conflicts = sqlite
replaces = sqlite3
pkgname = sqlite-replication-tcl
pkgdesc = sqlite Tcl Extension Architecture (TEA)
depends = sqlite
- provides = sqlite-tcl=3.30.0
- provides = sqlite3-tcl=3.30.0
+ provides = sqlite-tcl=3.30.1
+ provides = sqlite3-tcl=3.30.1
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.30.0
- provides = sqlite3-doc=3.30.0
+ provides = sqlite-doc=3.30.1
+ provides = sqlite3-doc=3.30.1
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.30.0
+ provides = sqlite-analyzer=3.30.1
conflicts = sqlite-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 85a12a7bd3e6..31630c734277 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=3300000
+_srcver=3300100
_docver=${_srcver}
#_docver=3080001
-pkgver=3.30.0
+pkgver=3.30.1
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=('e07542078e2252d620a65152aa33fb0c6fa6f8a9'
- '828cf2af20ef4b216620bdc7c86ac1073a7400bf'
+sha1sums=('3dec734206fab0cdceb421021964ff7e3fedf3b0'
+ '35b89685c2164a3d18ceeb23ab57f0e207894dad'
'f34f6daa4ab3073d74e774aad21d66878cf26853'
'b864d996ff2c80d88cbb2b3910ff3a1e03ec9670')