diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-06-10 12:23:43 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 17:55:20 -0300 |
commit | 0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93 (patch) | |
tree | ee9581cb75dc8312b7b9197c6bfbc4331bd98f02 /testing/prison | |
parent | bdd4baf0db65d0c07ec9f02fd350a1c558f4efc8 (diff) | |
download | aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.bz2 aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.xz |
testing/kde-frameworks: update to 5.59.0
Diffstat (limited to 'testing/prison')
-rw-r--r-- | testing/prison/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/prison/APKBUILD b/testing/prison/APKBUILD index 1442cf043e..02491b0183 100644 --- a/testing/prison/APKBUILD +++ b/testing/prison/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=prison -pkgver=5.58.0 +pkgver=5.59.0 pkgrel=0 pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes" arch="all" @@ -14,7 +14,7 @@ subpackages="$pkgname-dev $pkgname-doc" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON @@ -28,4 +28,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="868ba1784043f1b77592f71810e37623309581f14a4d0348e8b673f466c258993d59dc1cd5920f30439083c48dc2f4e2cdb35c296eb9c7d9f7935a0ba6c9a9ab prison-5.58.0.tar.xz" +sha512sums="c8fcee315b39d3d4f755a0760e05d54baf6b1b3f517e4b2782165b15018eaf9dc3166bb81d7674c96dd14a60cc8018aa78749225d6c81f992e778e57e8a76893 prison-5.59.0.tar.xz" |