git » libksysguard.git » commit 68135a3

Plasma 5.22.1

author Antonio Rojas
2021-06-15 12:28:53 UTC
committer Antonio Rojas
2021-06-15 12:28:53 UTC
parent 15b21a9738ab2f74e088fdb6f2a993b611557b36

Plasma 5.22.1

PKGBUILD +5 -11

diff --git a/PKGBUILD b/PKGBUILD
index 0f74e43..a36f1da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libksysguard
-pkgver=5.22.0
-pkgrel=2
+pkgver=5.22.1
+pkgrel=1
 pkgdesc='Library to retrieve information on the current status of computer hardware'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
@@ -13,21 +13,15 @@ depends=(libxres qt5-webengine kdeclarative knewstuff)
 makedepends=(extra-cmake-modules kdoctools qt5-tools)
 conflicts=('ksysguard<5.21.90')
 groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
-        https://invent.kde.org/plasma/libksysguard/-/commit/9dc314d8.patch)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
 install=libksysguard.install
-sha256sums=('a2d3973aaf7d5c4a1cb6dd463ec8183dd4e9a6c6b851df4b8824f8dd562607a9'
-            'SKIP'
-            '2e0ddf9cc5c9aa52e8f559100543148ceec9c7aaacdb64b49fe54827a94d2f1d')
+sha256sums=('5a60639a385c3e83a40c17f1c6469b7473f5551fe9379543d98ec0068adca476'
+            'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr@jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>
               'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson@kde.org>
               '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 9dc314d8.patch # Fix network monitor applet
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \