sqlcipher: update to 4.3.0.

This commit is contained in:
Daniel Eyßer 2020-01-07 23:17:22 +01:00 committed by Jürgen Buchmüller
parent e09cf85e56
commit 382fb48cbe

View file

@ -1,7 +1,7 @@
# Template file for 'sqlcipher' # Template file for 'sqlcipher'
pkgname=sqlcipher pkgname=sqlcipher
version=4.2.0 version=4.3.0
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-tempstore=yes" configure_args="--enable-tempstore=yes"
hostmakedepends="tcl" hostmakedepends="tcl"
@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://www.zetetic.net/sqlcipher/" homepage="https://www.zetetic.net/sqlcipher/"
changelog="https://raw.githubusercontent.com/sqlcipher/sqlcipher/v${version}/CHANGELOG.md" changelog="https://raw.githubusercontent.com/sqlcipher/sqlcipher/v${version}/CHANGELOG.md"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=105c1b813f848da038c03647a8bfc9d42fb46865e6aaf4edfd46ff3b18cdccfc checksum=fccb37e440ada898902b294d02cde7af9e8706b185d77ed9f6f4d5b18b4c305f
CFLAGS="-DSQLITE_HAS_CODEC" CFLAGS="-DSQLITE_HAS_CODEC"
@ -25,9 +25,8 @@ sqlcipher-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/*.a vmove "usr/lib/*.a"
vmove usr/lib/*.so vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
} }
} }