ueberzug: update to 18.1.8
This commit is contained in:
parent
68c3209d50
commit
94a477a64c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue