summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicah Halter2021-05-07 09:26:21 -0400
committerMicah Halter2021-05-07 09:26:21 -0400
commitd08ec7c303dc4ee32432ecaa59e1245fef86c658 (patch)
tree7adbf03f0bf81d5b2f89c3384be5abae3e52526f
parenta559a0348f4e65868825f4a9b02128671468bef4 (diff)
downloadaur-d08ec7c303dc4ee32432ecaa59e1245fef86c658.tar.gz
Updated dependencies
Signed-off-by: Micah Halter <micah@balena.io>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82a737867781..b0f829842636 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 5ee3bbe53f1f..f40f743ea0c0 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}")