summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-14 14:09:09 -0600
committerMark Wagie2020-10-14 14:09:09 -0600
commit572740e36823a45eec7bd266918967c7297f9ab6 (patch)
treedb1f414b6b20e939a5f1032a06f7ea103e44300d
parentf4773563e66db2d572f8023ffc27db09c796ef15 (diff)
downloadaur-572740e36823a45eec7bd266918967c7297f9ab6.tar.gz
add git to makedepends()
-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}")