ueberzug: update to 18.1.8

This commit is contained in:
FollieHiyuki 2020-12-10 21:15:12 +03:00 committed by Érico Nogueira Rolim
parent 68c3209d50
commit 94a477a64c
1 changed files with 10 additions and 5 deletions

View File

@ -1,14 +1,19 @@
# Template file for 'ueberzug'
pkgname=ueberzug
version=18.1.5
revision=2
version=18.1.8
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel libX11-devel libXext-devel"
depends="python3-xlib python3-pillow-simd python3-docopt python3-psutil python3-attrs"
depends="python3-xlib python3-docopt python3-psutil python3-attrs"
short_desc="Command line util which allows drawing images on terminals"
maintainer="mustaqim <mustaqim@pm.me>"
license="GPL-3.0-only"
homepage="https://github.com/seebye/${pkgname}"
homepage="https://github.com/seebye/ueberzug"
distfiles="https://github.com/seebye/ueberzug/archive/${version}.tar.gz"
checksum=f60053d8415f07295f749179845f6808691bad28928d4938bd79409ef6854469
checksum=a9fbe22e2ad59f42b148f184af808d6106ae504d9b19797385f2714a6351dbcb
case $XBPS_TARGET_MACHINE in
x86_64*) depends+=" python3-pillow-simd" ;;
*) depends+=" python3-Pillow" ;;
esac