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: d08ec7c303dc4ee32432ecaa59e1245fef86c658

Message: Updated dependencies Signed-off-by: Micah Halter <micah@balena.io>

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 82a7378..b0f8298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,19 @@
 pkgbase = python-ueberzug-git
 	pkgdesc = ueberzug is an python script which aims to replace w3mimgdisplay
-	pkgver = 18.1.5.a8ac9c3
+	pkgver = 18.1.8.07a7998
 	pkgrel = 1
 	url = https://github.com/seebye/ueberzug
 	arch = any
 	license = GPL3
-	makedepends = python
 	makedepends = git
 	makedepends = python-setuptools
 	depends = libxext
+	depends = libxres
 	depends = python-pillow
 	depends = python
-	depends = python-xlib
 	depends = python-docopt
-	depends = python-psutil
 	depends = python-attrs
-	provides = python-ueberzug=18.1.5.a8ac9c3
+	provides = python-ueberzug=18.1.8.07a7998
 	conflicts = python-ueberzug
 	source = git+https://github.com/seebye/ueberzug.git#branch=master
 	md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5ee3bbe..f40f743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
 
 _pkgname=ueberzug
 pkgname=python-${_pkgname}-git
-pkgver=18.1.5.a8ac9c3
+pkgver=18.1.8.07a7998
 pkgrel=1
 pkgdesc="ueberzug is an python script which aims to replace w3mimgdisplay"
 arch=('any')
 url="https://github.com/seebye/${_pkgname}"
 license=('GPL3')
-depends=("libxext" "python-pillow" "python" "python-xlib" "python-docopt" "python-psutil" "python-attrs")
-makedepends=("python" "git" "python-setuptools")
+depends=("libxext" "libxres" "python-pillow" "python" "python-docopt" "python-attrs")
+makedepends=("git" "python-setuptools")
 source=("git+${url}.git#branch=master")
 md5sums=('SKIP')
 conflicts=("python-${_pkgname}")