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/kcompletion | |
| parent | bdd4baf0db65d0c07ec9f02fd350a1c558f4efc8 (diff) | |
| download | aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.bz2 aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.xz | |
testing/kde-frameworks: update to 5.59.0
Diffstat (limited to 'testing/kcompletion')
| -rw-r--r-- | testing/kcompletion/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kcompletion/APKBUILD b/testing/kcompletion/APKBUILD index e032f344a5..d93a92b8ac 100644 --- a/testing/kcompletion/APKBUILD +++ b/testing/kcompletion/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcompletion -pkgver=5.58.0 +pkgver=5.59.0 pkgrel=0 pkgdesc="Text completion helpers and widgets" arch="all" @@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON @@ -29,4 +29,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="c5da666c8f480d96989ab2566b27c533eed4ebe7df8c2eff9226caf5ffc243e6f3f8f058dcd9d2e53ebfada4fe0e5887bb7d459271e7b6599b168a3ae96505e4 kcompletion-5.58.0.tar.xz" +sha512sums="013623947b7c83ddaf66c90f568823a72ffa9827c7d0a03850428a486fbf519c74c9dda738c22992d56a2f6b008c7e2633ee3cc805b48a1bdc1612cf514b9d47 kcompletion-5.59.0.tar.xz" |
