From 94a477a64cfd396f49f15423bbab816892fde2dd Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Thu, 10 Dec 2020 21:15:12 +0300 Subject: [PATCH] ueberzug: update to 18.1.8 --- srcpkgs/ueberzug/template | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template index ca27d90598c..2fc61421d85 100644 --- a/srcpkgs/ueberzug/template +++ b/srcpkgs/ueberzug/template @@ -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 " 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