sqlite-replication: update to 1.31.1

This commit is contained in:
Cameron Nemo 2020-04-01 10:57:35 -07:00 committed by Juan RP
parent dc7fe3b99d
commit 160d6de31e

View file

@ -1,7 +1,7 @@
# Template file for 'sqlite-replication' # Template file for 'sqlite-replication'
pkgname=sqlite-replication pkgname=sqlite-replication
version=3.30.1 version=3.31.1
revision=2 revision=1
wrksrc="sqlite-version-${version}-replication4" wrksrc="sqlite-version-${version}-replication4"
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-replication --enable-threadsafe --enable-fts5 configure_args="--enable-replication --enable-threadsafe --enable-fts5
@ -11,9 +11,9 @@ makedepends="libedit-devel"
short_desc="Replication Enabled SQL Database Engine in a C Library" short_desc="Replication Enabled SQL Database Engine in a C Library"
maintainer="Cameron Nemo <cnemo@tutanota.com>" maintainer="Cameron Nemo <cnemo@tutanota.com>"
license="Public Domain" license="Public Domain"
homepage="https://github.com/CanonicalLtd/sqlite" homepage="https://github.com/canonical/sqlite"
distfiles="${homepage}/archive/version-${version}+replication4.tar.gz" distfiles="${homepage}/archive/version-${version}+replication4.tar.gz"
checksum=e9ab0542396be10e1b2951423f13b3e4d118a18e5d4ef39dc271e7dd17d3910f checksum=cf3ccaebc2e5e3e498486782368b1d1d2aef92371c092a26a042a72c5576a4cf
shlib_provides="libsqlite3.so.0" shlib_provides="libsqlite3.so.0"
CFLAGS+="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \ CFLAGS+="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \