git » kiconthemes.git » commit 2cb64a5

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 8c6b0a2244e63579f8f2c55b16eea1d643cb64a9

KDE Frameworks 5.62

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 8c35291..d0f775b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kiconthemes
-pkgver=5.61.0
+pkgver=5.62.0
 pkgrel=1
 pkgdesc='Support for icon themes'
 arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 optdepends=('breeze-icons: fallback icon theme')
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('341741abd0b8aeeec8a2a87fe781b4ec1ab593563b1c063cdfdccead3706cdd7'
+sha256sums=('33fb5caf28ee763edeb3def66386a27f6a7b2bac6a6a0f0728dd4b222d11ebfe'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -25,7 +25,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON
   make