git » plasma-integration.git » commit 52f1c6f

Plasma 5.16.5

author Antonio Rojas
2019-09-03 15:22:42 UTC
committer Antonio Rojas
2019-09-03 15:22:42 UTC
parent f5d5f1ddb0a78e9013449f2abc5a48b908102ac0

Plasma 5.16.5

PKGBUILD +2 -4

diff --git a/PKGBUILD b/PKGBUILD
index 0fbd457..89190be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
 
 pkgname=plasma-integration
-pkgver=5.16.4
+pkgver=5.16.5
 pkgrel=1
 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
 arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
 makedepends=(extra-cmake-modules breeze)
 groups=(plasma)
 source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d4c5022ea91f9727cfebab821cb6b8e7b52671a6508cd7450e05bf51e248452d'
+sha256sums=('635f109e7b59bb440c6be0c7a4baae70d2f44e659ab0522e170693b664e6d709'
             'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr@jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>
@@ -26,8 +26,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }