summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-10-10 10:36:28 -0600
committerMark Wagie2020-10-10 10:36:28 -0600
commit6903d0cd4969d5088dc8382e9ee03480d84d8c8b (patch)
treeb331f74e05d575dbae1deae1f6646023b1a8cc2b /PKGBUILD
parent16ae2a30090960a8b5bd77a7e368868596a9d756 (diff)
downloadaur-6903d0cd4969d5088dc8382e9ee03480d84d8c8b.tar.gz
add optdepends()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74a6e296d203..242275e1ffaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=sysmon-git
-pkgver=0.9.r19.g3085ac8
+pkgver=0.9.r21.g56cb167
pkgrel=1
pkgdesc="Graphical system monitor. Similar to windows task manager."
arch=('any')
url="https://github.com/MatthiasSchinzel/sysmon"
-license=('none')
+license=('GPL')
depends=('python-pyqtgraph' 'python-pyqt5' 'wireless_tools')
+optdepends=('nvidia-utils: NVIDIA GPU utilization and clock speed')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/MatthiasSchinzel/sysmon.git'