git » kinfocenter.git » commit b03147f

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 960ca603b1e159b3d7bd73a5e00e77c36b811e0b

Plasma 5.16.5

PKGBUILD +2 -4

diff --git a/PKGBUILD b/PKGBUILD
index 033c01c..cbb779a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kinfocenter
-pkgver=5.16.4
+pkgver=5.16.5
 pkgrel=1
 pkgdesc='A utility that provides information about a computer system'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(kcmutils pciutils glu libraw1394 kwayland)
 makedepends=(extra-cmake-modules plasma-framework kdoctools)
 groups=(plasma)
 source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('30e4df2d641c4faa385a718c772d893900eca99591ffee5787d6563fe5130426'
+sha256sums=('e3bbc5e2baedf35dc8750c99e18c115b651f2665218a105c08177bc5250eb9b1'
             'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr@jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>
@@ -27,8 +27,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }