summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hipp2018-11-15 03:33:56 +0100
committerThomas Hipp2018-11-15 03:33:56 +0100
commit14c564677944b9b1b89c7867d51d5e709ce0380e (patch)
tree3c193ecfe8c21de0a98d956aef82095abf07f134
parentf1fb42cf5b92701a328b0e1b0c299204101ac10e (diff)
downloadaur-14c564677944b9b1b89c7867d51d5e709ce0380e.tar.gz
Update to v3.25.3
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD2
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25cc2e147c0a..1b26b950abfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sqlite-replication
pkgdesc = A C library that implements an SQL database engine
- pkgver = 3.25.2
+ pkgver = 3.25.3
pkgrel = 1
url = http://www.sqlite.org/
arch = x86_64
@@ -17,29 +17,29 @@ pkgbase = sqlite-replication
sha1sums = 43c087e4e8d2abf8ff723ee787bd8984f7057b6d
sha1sums = 31b2679d130e9b1324dc6ff927ff1b13f5d432a4
sha1sums = f34f6daa4ab3073d74e774aad21d66878cf26853
- sha1sums = 52a7eeff64d842cd210cf8572bf2f896cd19f995
+ sha1sums = 2aa1749d474f5bba4dae3a4faf869b9c11247f52
pkgname = sqlite-replication
pkgdesc = A C library that implements an SQL database engine
depends = readline
depends = zlib
- provides = sqlite=3.25.2
- provides = sqlite3=3.25.2
+ provides = sqlite=3.25.3
+ provides = sqlite3=3.25.3
conflicts = sqlite
replaces = sqlite3
pkgname = sqlite-replication-tcl
pkgdesc = sqlite Tcl Extension Architecture (TEA)
depends = sqlite
- provides = sqlite-tcl=3.25.2
- provides = sqlite3-tcl=3.25.2
+ provides = sqlite-tcl=3.25.3
+ provides = sqlite3-tcl=3.25.3
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.25.2
- provides = sqlite3-doc=3.25.2
+ provides = sqlite-doc=3.25.3
+ provides = sqlite3-doc=3.25.3
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.25.2
+ provides = sqlite-analyzer=3.25.3
conflicts = sqlite-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 9b3f2eef9c28..6f5af58f6a00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('sqlite-replication' 'sqlite-replication-tcl' 'sqlite-replication-doc'
_srcver=3250200
_docver=${_srcver}
#_docver=3080001
-pkgver=3.25.2
+pkgver=3.25.3
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('x86_64')