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/kauth | |
| parent | bdd4baf0db65d0c07ec9f02fd350a1c558f4efc8 (diff) | |
| download | aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.bz2 aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.xz | |
testing/kde-frameworks: update to 5.59.0
Diffstat (limited to 'testing/kauth')
| -rw-r--r-- | testing/kauth/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kauth/APKBUILD b/testing/kauth/APKBUILD index 740b6c8766..c32ab1b5e2 100644 --- a/testing/kauth/APKBUILD +++ b/testing/kauth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kauth -pkgver=5.58.0 +pkgver=5.59.0 pkgrel=0 pkgdesc="Abstraction to system policy and authentication features" arch="all" @@ -14,7 +14,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="7d337b4b6507dd1b35df118a5a1f9167efcec67386f85d0ed3c7f22dbb6c56fddf7ba4979c7f1c70c11b525f99a2e3e95e3a1d4f9971d8c02ce40e9664ee0cef kauth-5.58.0.tar.xz" +sha512sums="c0f871da993cf7a44ef7bc5a06a393c4f5479dd26378de98812bfc9a14c6b017b04890735da8cf72ebbc4e3ab212e0a131a19ff5b8be28c64e4e8467b10de026 kauth-5.59.0.tar.xz" |
