diff options
author | lilac | 2024-10-12 21:25:11 +0800 |
---|---|---|
committer | lilac | 2024-10-12 21:25:11 +0800 |
commit | d9f7f4ead02d06774587b3af608643a72978ec29 (patch) | |
tree | ad159532ca158908f8032bcffc7d971aa777c08a /PKGBUILD | |
parent | 78956a281d2643091ddd86d21d868e1b0c373cdc (diff) | |
download | aur-python-sqlcipher3.tar.gz |
[lilac] updated to 0.5.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Chih-Hsuan Yen <base64_decode("eXUzYWN0eHQydHR0ZmlteEBjaHllbi5jYwo=")> pkgname=python-sqlcipher3 -pkgver=0.5.3 +pkgver=0.5.4 pkgrel=1 pkgdesc='Python 3 bindings for SQLCipher' arch=(x86_64) @@ -14,7 +14,7 @@ depends=(python glibc sqlcipher) makedepends=(python-build python-installer python-setuptools python-wheel) checkdepends=(python-pytest) source=("https://github.com/coleifer/sqlcipher3/archive/refs/tags/$pkgver/$pkgname-$pkgver.zip") -sha256sums=('67297bf5c2e25ae24ccf5d28c0f2090c42c3fdeb6cc7f7c4792f23f602671643') +sha256sums=('245619d456f65bc3f4ad9967ae72d0ad48fed69a1f511b9cf084ebfd46a41eb1') build() { cd sqlcipher3-$pkgver |