git » knotifications.git » commit e0df03e

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 45c8ef8fd74d80c70826e63c13e145a46e7d3cec

KDE Frameworks 5.62

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 9d1a35f..2a8cfb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=knotifications
-pkgver=5.61.0
+pkgver=5.62.0
 pkgrel=1
 pkgdesc='Abstraction for system notifications'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons q
 makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f72ce6394465316a5324e38afb07f4f71d5f8e281d09b5cf340246c9905568ac'
+sha256sums=('55ec35bc9ddccd12289d9501b11d453885eabb9caebd4b93199d7c662a147263'
             '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