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