diff options
author | grizzlyuser <grizzlyuser@protonmail.com> | 2020-04-07 14:05:08 +0300 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2020-04-09 11:34:08 +0200 |
commit | e42764949ae2733c4a2476f9492344f140c5b1fb (patch) | |
tree | 76934a2e53a1a0c7c47d5a11bbc74b6c44776cf3 | |
parent | a3677468c071a6e4618e2c9925f803c1ba83800b (diff) | |
download | abslibre-e42764949ae2733c4a2476f9492344f140c5b1fb.tar.gz abslibre-e42764949ae2733c4a2476f9492344f140c5b1fb.tar.bz2 abslibre-e42764949ae2733c4a2476f9492344f140c5b1fb.zip |
libre/libksysguard 5.18.4.1: Sync with changes from Arch Linux
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
-rw-r--r-- | libre/libksysguard/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/libksysguard/PKGBUILD b/libre/libksysguard/PKGBUILD index 7435b778c..690836bde 100644 --- a/libre/libksysguard/PKGBUILD +++ b/libre/libksysguard/PKGBUILD @@ -1,9 +1,10 @@ # Maintainer (Arch): Felix Yan <felixonmars@archlinux.org> # Maintainer (Arch): Antonio Rojas <arojas@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> +# Contributor: grizzlyuser <grizzlyuser@protonmail.com> pkgname=libksysguard -pkgver=5.18.3 +pkgver=5.18.4.1 pkgrel=1 pkgrel+=.parabola1 pkgdesc='Libraries for ksysguard' @@ -15,8 +16,8 @@ license=(LGPL) 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=('d46113b835cfa7561c7ebb1be5ae89200196befe77c9a53981b18141da381f81' +source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('357be91db541876fa257b9be903484beb6577502a05f1610480ed0b198d16824' 'SKIP') validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr@jriddell.org> '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org> |