summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-03-11 00:26:33 +0000
committerGrey Christoforo2019-03-11 00:26:33 +0000
commit28078cb15c91ea786e16a513fe3bb10b73cc3c69 (patch)
tree2440b3f8cf97587b53e884d8fcdc674af16f5384
parent25441ec849c888255b9b3805f6ff65fc130dd407 (diff)
downloadaur-28078cb15c91ea786e16a513fe3bb10b73cc3c69.tar.gz
add dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e449d68ab448..44213b70befa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-gpustat
depends = python
depends = python-six
depends = nvidia
+ depends = python-blessings
source = https://github.com/wookayin/gpustat/archive/v0.5.0.tar.gz
sha256sums = 1b6cac5f3584028504f3cb8738798dfa4989f74084617ae8fce509c5b426abc7
diff --git a/PKGBUILD b/PKGBUILD
index 0461cf33d503..abe8ca914991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A simple command-line utility for querying and monitoring GPU status"
arch=('any')
url=https://github.com/wookayin/gpustat
license=('MIT')
-depends=('python' 'python-six' 'nvidia')
+depends=('python' 'python-six' 'nvidia' 'python-blessings')
makedepends=('python-setuptools')
source=("https://github.com/wookayin/${_pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('1b6cac5f3584028504f3cb8738798dfa4989f74084617ae8fce509c5b426abc7')