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 | d65d61af24d13de6a9aaaf481b14a914ea0e0b56 |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 81e36b0..366ce0e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kauth -pkgver=5.61.0 +pkgver=5.62.0 pkgrel=1 pkgdesc='Abstraction to system policy and authentication features' 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=('b04458f32046b2dd61b48118646180df63d2c843cb2d53560aaa15168df087f1' +sha256sums=('31162621200df4b927719e34ce62004c51e79b9d785f9c3056c6902f80eeefe6' '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