summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicah Halter2019-11-05 17:50:26 -0500
committerMicah Halter2019-11-05 17:50:26 -0500
commita559a0348f4e65868825f4a9b02128671468bef4 (patch)
tree0f28f9339d1ec2e0b3458333b3cfa20e5ffd4c81 /PKGBUILD
parentcba964682b1128229835074eceb29964b1658010 (diff)
downloadaur-a559a0348f4e65868825f4a9b02128671468bef4.tar.gz
Ueberzug seems to be having issues finding pillow-simd, falling back on pillow
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 617ebe034bbd..5ee3bbe53f1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=ueberzug
pkgname=python-${_pkgname}-git
-pkgver=18.1.1.c5fe4bc
+pkgver=18.1.5.a8ac9c3
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-simd" "python" "python-xlib" "python-docopt" "python-psutil" "python-attrs")
+depends=("libxext" "python-pillow" "python" "python-xlib" "python-docopt" "python-psutil" "python-attrs")
makedepends=("python" "git" "python-setuptools")
source=("git+${url}.git#branch=master")
md5sums=('SKIP')