summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicah Halter2019-01-24 14:48:20 -0500
committerMicah Halter2019-01-24 14:48:20 -0500
commit9d66c66ca8f37cab3304ce587d73c1819faef2f9 (patch)
tree5c69208786efe3ecbcc08aa90a9fbbbe67fdf1cd
parent683124d2b09088653284f087f0784b7766eb1225 (diff)
downloadaur-9d66c66ca8f37cab3304ce587d73c1819faef2f9.tar.gz
Fixed missing dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 895548f4abe7..508e03b9f31b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,9 @@ pkgbase = python-ueberzug-git
depends = python
depends = python-xlib
depends = python-docopt
+ depends = python-psutil
+ depends = python-pillow
+ depends = python-attrs
provides = python-ueberzug=gb89ff85
conflicts = python-ueberzug
source = git+https://github.com/seebye/ueberzug.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index a3026ce410b6..f34cf2304f5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="ueberzug is an python script which aims to replace w3mimgdisplay"
arch=('any')
url="https://github.com/seebye/${_pkgname}"
license=('GPL3')
-depends=("python" "python-xlib" "python-docopt")
+depends=("python" "python-xlib" "python-docopt" "python-psutil" "python-pillow" "python-attrs")
makedepends=("python")
source=("git+${url}.git#branch=master")
md5sums=('SKIP')