author | Antonio Rojas
<arojas@archlinux.org> 2019-09-14 11:42:13 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-09-14 11:42:13 UTC |
parent | 94579013b141e88352e4b98eea7a927be45685cf |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index d2a2b45..d23c370 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kconfig -pkgver=5.61.0 +pkgver=5.62.0 pkgrel=1 pkgdesc='Configuration system' arch=(x86_64) @@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen si optdepends=('python-pyqt5: for the Python bindings') groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('541acceead9ca516e3562109e7e94351ce378c234bea968c8dfde78f00559233' +sha256sums=('fffe16924245e34d6267e67a6d425dc7b4fdab405968bffa4fff7bea5779bb51' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> @@ -25,7 +25,6 @@ prepare() { build() { cd build cmake ../$pkgname-$pkgver \ - -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_LIBEXECDIR=lib \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON