diff options
Diffstat (limited to 'testing/frameworkintegration')
| -rw-r--r-- | testing/frameworkintegration/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/frameworkintegration/APKBUILD b/testing/frameworkintegration/APKBUILD index c4bbf41edd..bfff8151d7 100644 --- a/testing/frameworkintegration/APKBUILD +++ b/testing/frameworkintegration/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=frameworkintegration -pkgver=5.58.0 +pkgver=5.59.0 pkgrel=0 pkgdesc="Framework providing components to allow applications to integrate with a KDE Workspace" arch="all" @@ -15,7 +15,7 @@ subpackages="$pkgname-dev" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make @@ -29,4 +29,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="80f2d8c3dcaa57632bab12ca581ae57665b6bbea9f68aa439cf91f8bb7e987954a0b6787bc7f73e6e5cc8f605b28162a654bce6fa2aa3f699fc909fd5f0f5794 frameworkintegration-5.58.0.tar.xz" +sha512sums="31aead885ab8834f85c32aa824078e0a4047a4c57f6106345f568b47f2a67af2193166e4cb429310580601589ad046a2a5fcee170cab00ce93abc9f56675fc8c frameworkintegration-5.59.0.tar.xz" |
