summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-10-12 21:25:11 +0800
committerlilac2024-10-12 21:25:11 +0800
commitd9f7f4ead02d06774587b3af608643a72978ec29 (patch)
treead159532ca158908f8032bcffc7d971aa777c08a /PKGBUILD
parent78956a281d2643091ddd86d21d868e1b0c373cdc (diff)
downloadaur-python-sqlcipher3.tar.gz
[lilac] updated to 0.5.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d79385c7a2bd..81e12b7b89f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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