summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c3acd43c2d5..7026c40d099e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sysmon-git
pkgdesc = Graphical system monitor. Similar to windows task manager.
pkgver = 1.0.1.r0.g9d5b2d8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/MatthiasSchinzel/sysmon
arch = any
license = GPL3
@@ -13,7 +13,6 @@ pkgbase = sysmon-git
depends = python-pyqtgraph
depends = python-pyqt5
depends = wireless_tools
- optdepends = nvidia-utils: NVIDIA GPU utilization and clock speed
provides = sysmon
conflicts = sysmon
source = git+https://github.com/MatthiasSchinzel/sysmon.git
diff --git a/PKGBUILD b/PKGBUILD
index b1d426980491..40617b6d82d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer:
+# Contributor: Mark Wagie <mark dot wagie at proton dot me>
pkgname=sysmon-git
pkgver=1.0.1.r0.g9d5b2d8
-pkgrel=2
+pkgrel=3
pkgdesc="Graphical system monitor. Similar to windows task manager."
arch=('any')
url="https://github.com/MatthiasSchinzel/sysmon"
license=('GPL3')
depends=('python-pyqtgraph' 'python-pyqt5' 'wireless_tools')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-optdepends=('nvidia-utils: NVIDIA GPU utilization and clock speed')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/MatthiasSchinzel/sysmon.git'