git » knotifyconfig.git » commit c90cf34

KDE Frameworks 5.62

author Antonio Rojas
2019-09-14 11:42:13 UTC
committer Antonio Rojas
2019-09-14 11:42:13 UTC
parent 9be22218a7ae335b7eb8935865bb8d53db58ca63

KDE Frameworks 5.62

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 26fb623..d214af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=knotifyconfig
-pkgver=5.61.0
+pkgver=5.62.0
 pkgrel=1
 pkgdesc='Configuration system for KNotify'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(kio phonon-qt5)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bbd2260a98f70779415369ca1d99807bc3e57f618024b9663d2a462a74169bee'
+sha256sums=('bb51d1a3f69f9faf274ee381d6d267bf4a69edbbdfcfd9efcab76270db4f8e4d'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -24,7 +24,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON
   make