diff options
Diffstat (limited to 'testing/sqlcipher/APKBUILD')
-rw-r--r-- | testing/sqlcipher/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/sqlcipher/APKBUILD b/testing/sqlcipher/APKBUILD index c92c2048f0e..0a5d66bd7b5 100644 --- a/testing/sqlcipher/APKBUILD +++ b/testing/sqlcipher/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: wener <wenermail@gmail.com> pkgname=sqlcipher pkgver=4.4.3 -pkgrel=0 +pkgrel=1 pkgdesc="SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files." url="https://www.zetetic.net/sqlcipher/" arch="all" license="BSD-3-clause" -makedepends="openssl-dev tcl-dev readline-dev zlib-dev" +makedepends="openssl-dev>3 tcl-dev readline-dev zlib-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="$pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/sqlcipher/archive/v$pkgver.tar.gz" # block by https://github.com/sqlcipher/sqlcipher/issues/368#issuecomment-669984195 |