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/plasma-framework | |
parent | bdd4baf0db65d0c07ec9f02fd350a1c558f4efc8 (diff) | |
download | aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.bz2 aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.xz |
testing/kde-frameworks: update to 5.59.0
Diffstat (limited to 'testing/plasma-framework')
-rw-r--r-- | testing/plasma-framework/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/plasma-framework/APKBUILD b/testing/plasma-framework/APKBUILD index 1da4dd2046..084769afbe 100644 --- a/testing/plasma-framework/APKBUILD +++ b/testing/plasma-framework/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-framework -pkgver=5.58.0 +pkgver=5.59.0 pkgrel=0 pkgdesc="Plasma library and runtime components based upon KF5 and Qt5" arch="all" @@ -16,7 +16,7 @@ options="!check" # 8 out of 13 tests fail build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON @@ -30,4 +30,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="4ceb9b2261012179cd0d9e0f1eec7b9d22b0f8a0582b4ccd7846a26619c429d3105962dec95af7daee0087e3011cc956d336a4aeed44671d6a6cbae3d663bc0d plasma-framework-5.58.0.tar.xz" +sha512sums="31c7668076ed2c83247b358780aedb4497987eb6a30d5394800367d78f3f27966a4c0282517b0012b7d63e47f8d4f6b50ddc4c514bd096b01b130a1282d77296 plasma-framework-5.59.0.tar.xz" |