diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-09-16 11:54:09 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-16 11:45:01 -0300 |
commit | 53691f2e5c00a3e1f3e38e2adb3e1c9f2d65fa86 (patch) | |
tree | 2326ddd60308a1056401f8982b1f6a884e43f552 /community/prison | |
parent | 0e5a564450c7013131e4f292774fbb9b392f1409 (diff) | |
download | aports-53691f2e5c00a3e1f3e38e2adb3e1c9f2d65fa86.tar.bz2 aports-53691f2e5c00a3e1f3e38e2adb3e1c9f2d65fa86.tar.xz |
community/kde-frameworks: upgrade to 5.62.0
Also take over maintainership of community/attica
Diffstat (limited to 'community/prison')
-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 e553532ef7..14eccc8c87 100644 --- a/community/prison/APKBUILD +++ b/community/prison/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=prison -pkgver=5.61.0 +pkgver=5.62.0 pkgrel=0 pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes" arch="all" @@ -9,7 +9,7 @@ url="https://community.kde.org/Frameworks" license="MIT" depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev" makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev libqrencode-dev" -source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://download.kde.org/stable/frameworks/${pkgver%.*}/prison-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc" build() { @@ -28,4 +28,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="5fd203abe85a94fc72b3f81146ba1ebb089bd09e062fe99c2d4bc7a66a3d870968f75bce9fd1e1f7c744e70596abd1020f9e352fe47735da71d2efde9a8e48b4 prison-5.61.0.tar.xz" +sha512sums="dc80ee9e51504690a672e5e2b0d73d2255ccc6d55a226334a8b052328fb58967b2c03339f6f2ab1b5cfe29a3a35b57d6c812d4bd82f3bfcac9c61af2fb63c6f9 prison-5.62.0.tar.xz" |