ueberzug: update to 18.1.9

This commit is contained in:
tuxliban 2021-10-10 00:56:22 -05:00 committed by Michal Vasilek
parent 578647313a
commit fc39eca440

View file

@ -1,7 +1,7 @@
# Template file for 'ueberzug' # Template file for 'ueberzug'
pkgname=ueberzug pkgname=ueberzug
version=18.1.8 version=18.1.9
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel libX11-devel libXext-devel" makedepends="python3-devel libX11-devel libXext-devel"
@ -11,7 +11,8 @@ maintainer="mustaqim <mustaqim@pm.me>"
license="GPL-3.0-only" license="GPL-3.0-only"
homepage="https://github.com/seebye/ueberzug" homepage="https://github.com/seebye/ueberzug"
distfiles="https://github.com/seebye/ueberzug/archive/${version}.tar.gz" distfiles="https://github.com/seebye/ueberzug/archive/${version}.tar.gz"
checksum=a9fbe22e2ad59f42b148f184af808d6106ae504d9b19797385f2714a6351dbcb checksum=d2b8e7c39e72aa88891f7204441e5482d9b89bb900efe4ac9a230f84437897bb
make_check=no # doesn't include a test suite
case $XBPS_TARGET_MACHINE in case $XBPS_TARGET_MACHINE in
x86_64*) depends+=" python3-pillow-simd" ;; x86_64*) depends+=" python3-pillow-simd" ;;