summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f360bfc8147c..0ad7099d6de4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = sysmon-git
pkgdesc = Graphical system monitor. Similar to windows task manager.
- pkgver = 1.0.r0.g2f1b9f5
+ pkgver = 1.0.r9.g4868cd9
pkgrel = 1
url = https://github.com/MatthiasSchinzel/sysmon
arch = any
license = GPL3
+ makedepends = git
makedepends = python-setuptools
depends = python-pyqtgraph
depends = python-pyqt5
diff --git a/PKGBUILD b/PKGBUILD
index 605230ac0c32..d44ca4ca77c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=sysmon-git
-pkgver=1.0.r0.g2f1b9f5
+pkgver=1.0.r9.g4868cd9
pkgrel=1
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=('python-setuptools')
+makedepends=('git' 'python-setuptools')
optdepends=('nvidia-utils: NVIDIA GPU utilization and clock speed')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")