summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2020-07-02 23:54:06 +0200
committerMagnus Boman2020-07-02 23:54:06 +0200
commite862d9fa6bb601909c1f9d9f148453f72a1fa051 (patch)
treebee0c819158f8be7f7d6871264e228ab4d7a1753
parentd504854d42bd5f180dc139ed0ad37e191df42cd9 (diff)
downloadaur-e862d9fa6bb601909c1f9d9f148453f72a1fa051.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0904898b3e7..5a495bc6d232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = ksysguard-gpu-git
pkgdesc = gpu visualization for ksysguard
- pkgver = 0.3.r7.g2099048
+ pkgver = 0.5.r1.g53dc730
pkgrel = 1
url = https://github.com/lestofante/ksysguard-gpu
arch = any
license = GPL3
+ makedepends = git
depends = python
optdepends = ksysguard: For connecting to script as intended
optdepends = radeontop: AMD card support
diff --git a/PKGBUILD b/PKGBUILD
index f59ea00f9efb..5d3fec8a21e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_pkgname=ksysguard-gpu
pkgname=$_pkgname-git
-pkgver=0.3.r7.g2099048
+pkgver=0.5.r1.g53dc730
pkgrel=1
pkgdesc="gpu visualization for ksysguard"
arch=(any)
url="https://github.com/lestofante/ksysguard-gpu"
license=('GPL3')
depends=('python')
+makedepends=('git')
optdepends=('ksysguard: For connecting to script as intended'
'radeontop: AMD card support'
'intel-gpu-tools: Intel card support'