makedeb
ueberzug is an python script which aims to replace w3mimgdisplay
Click here to go back to the commit logs for ueberzug-git.
Hash: f8c09275711259e746b5059e771948a98db2d8cf
Message: Added missing make dependencies
diff --git a/.SRCINFO b/.SRCINFO
index 0f9b24f..865a705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = python-ueberzug-git
pkgdesc = ueberzug is an python script which aims to replace w3mimgdisplay
pkgver = gb89ff85
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/seebye/ueberzug
arch = any
license = GPL3
makedepends = python
+ makedepends = git
+ makedepends = python-setuptools
depends = python
depends = python-xlib
depends = python-docopt
diff --git a/PKGBUILD b/PKGBUILD
index ba14742..6a0dadc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=ueberzug
pkgname=python-${_pkgname}-git
pkgver=gb89ff85
-pkgrel=2
+pkgrel=3
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" "python-psutil" "python-pillow" "python-attrs")
-makedepends=("python")
+makedepends=("python" "git" "python-setuptools")
source=("git+${url}.git#branch=master")
md5sums=('SKIP')
conflicts=("python-${_pkgname}")