summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/libksysguard/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/libre/libksysguard/PKGBUILD b/libre/libksysguard/PKGBUILD
index 5f052ec5e..7435b778c 100644
--- a/libre/libksysguard/PKGBUILD
+++ b/libre/libksysguard/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
pkgname=libksysguard
-pkgver=5.15.4
+pkgver=5.18.3
pkgrel=1
pkgrel+=.parabola1
pkgdesc='Libraries for ksysguard'
@@ -12,11 +12,11 @@ arch=(x86_64)
arch+=(i686 armv7h)
url='https://www.kde.org/workspaces/plasmadesktop/'
license=(LGPL)
-depends=(libxres kio)
+depends=(libxres kio qt5-webchannel)
makedepends=(extra-cmake-modules kdoctools plasma-framework)
groups=(plasma)
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e4476b180f0f342d83ce1097ae10b1b9c88160b0c7fc9432259402ebbbdf4a14'
+sha256sums=('d46113b835cfa7561c7ebb1be5ae89200196befe77c9a53981b18141da381f81'
'SKIP')
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr@jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
@@ -30,8 +30,6 @@ prepare() {
build() {
cd build
cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
}