diff options
Diffstat (limited to 'community/prison/APKBUILD')
-rw-r--r-- | community/prison/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/prison/APKBUILD b/community/prison/APKBUILD index 96cf31a888..ebdac7d41e 100644 --- a/community/prison/APKBUILD +++ b/community/prison/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=prison -pkgver=5.65.0 -pkgrel=1 +pkgver=5.66.0 +pkgrel=0 pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" @@ -37,4 +37,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="90840044073a2a2b6c3e6540ee0ca7b06ddcfbc13ed332590fca087cb0d78f660b0163ffd74d7b332ae99e07faa6417bcc3aa1b5a503246b501363f3738b7ce8 prison-5.65.0.tar.xz" +sha512sums="0ccdbfc603a21bd152cd8a52508c89de5af4d9465ddf19caee0a8a58115cdcd43ff839a88f90ed43f8afa70d326fe7cda060b83951eeb97d0accdde61af89616 prison-5.66.0.tar.xz" |