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/polkit-qt-1/APKBUILD | |
parent | bdd4baf0db65d0c07ec9f02fd350a1c558f4efc8 (diff) | |
download | aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.bz2 aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.xz |
testing/kde-frameworks: update to 5.59.0
Diffstat (limited to 'testing/polkit-qt-1/APKBUILD')
-rw-r--r-- | testing/polkit-qt-1/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/polkit-qt-1/APKBUILD b/testing/polkit-qt-1/APKBUILD index df40ae99b2..1413c3ffb6 100644 --- a/testing/polkit-qt-1/APKBUILD +++ b/testing/polkit-qt-1/APKBUILD @@ -14,7 +14,7 @@ subpackages="$pkgname-dev" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make |