summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-11-05 02:01:34 +0800
committerlilac2020-11-05 02:01:34 +0800
commit580c27976f6938b8758670cf0d2e1128fb06a3d0 (patch)
tree2db2be3b44f19163d75db22c61270983a154c337
parent1871e30e7bdaf119314522bb504489adf196dd20 (diff)
downloadaur-580c27976f6938b8758670cf0d2e1128fb06a3d0.tar.gz
[lilac] updated to v5.20.0.r2.g0eaa8e1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d24179b0e0ac..d23cac6e9968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma-systemmonitor-git
- pkgdesc = an interface for monitoring system sensors, process information and other system resources
- pkgver = r248.32afb36
+ pkgdesc = New version of KSysGuard built on top of the new KStats daemon and using QML for its UI, git version
+ pkgver = v5.20.0.r2.g0eaa8e1
pkgrel = 1
url = https://github.com/KDE/plasma-systemmonitor
arch = x86_64
@@ -13,7 +13,9 @@ pkgbase = plasma-systemmonitor-git
depends = qt5-quickcontrols
depends = kirigami2
provides = plasma-systemmonitor
+ conflicts = plasma-systemmonitor
source = plasma-systemmonitor::git+https://github.com/KDE/plasma-systemmonitor.git
sha256sums = SKIP
pkgname = plasma-systemmonitor-git
+
diff --git a/PKGBUILD b/PKGBUILD
index 9291ec285ae9..a8e95465e08a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
_pkgname='plasma-systemmonitor'
pkgname="${_pkgname,,}-git"
-pkgver=r248.32afb36
+pkgver=v5.20.0.r2.g0eaa8e1
pkgrel=1
-pkgdesc='an interface for monitoring system sensors, process information and other system resources'
+pkgdesc='New version of KSysGuard built on top of the new KStats daemon and using QML for its UI, git version'
arch=('x86_64')
url='https://github.com/KDE/plasma-systemmonitor'
license=('GPL3')
depends=('ksysguard' 'libksysguard' 'qt5-quickcontrols' 'kirigami2')
makedepends=('extra-cmake-modules' 'git' 'qt5-tools')
provides=("${_pkgname,,}")
+conflicts=("${_pkgname,,}")
source=("${_pkgname}::git+${url}.git")
sha256sums=('SKIP')