diff options
Diffstat (limited to 'testing/kcompletion/APKBUILD')
-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" |