summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicah Halter2019-01-24 14:48:20 -0500
committerMicah Halter2019-01-24 14:48:20 -0500
commit9d66c66ca8f37cab3304ce587d73c1819faef2f9 (patch)
tree5c69208786efe3ecbcc08aa90a9fbbbe67fdf1cd /PKGBUILD
parent683124d2b09088653284f087f0784b7766eb1225 (diff)
downloadaur-9d66c66ca8f37cab3304ce587d73c1819faef2f9.tar.gz
Fixed missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')