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/kconfigwidgets/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/kconfigwidgets/APKBUILD')
-rw-r--r-- | testing/kconfigwidgets/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kconfigwidgets/APKBUILD b/testing/kconfigwidgets/APKBUILD index 2b77915840..1c08c26e84 100644 --- a/testing/kconfigwidgets/APKBUILD +++ b/testing/kconfigwidgets/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kconfigwidgets -pkgver=5.58.0 +pkgver=5.59.0 pkgrel=0 pkgdesc="Widgets for KConfig" 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="5ab2ff176df4eaffd15861bca535637bdb9e7ae1e30873aedbf39da7fdbc669672ec9f012b9e6fc3ccdfc8a9cb505b6b9dd4b799736ff0ff03c9c6071e2d58e2 kconfigwidgets-5.58.0.tar.xz" +sha512sums="06762e15adf8c6dd94c1bf7ac52622fde40cbafe5e16327db04dc642385b93db752be868c822ce5cf5eaddf489a2f522291724392e9b0689b440f4d5934bf030 kconfigwidgets-5.59.0.tar.xz" |