makedeb


ueberzug-git 18.3.0.r0.gfcc7cd9-1


ueberzug is an python script which aims to replace w3mimgdisplay

Click here to go back to the commit logs for ueberzug-git.

Commit:


Hash: 9d66c66ca8f37cab3304ce587d73c1819faef2f9

Message: Fixed missing dependencies

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 895548f..508e03b 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 a3026ce..f34cf23 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')