Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ueberzug: update to 18.1.9 #33459

Merged
merged 1 commit into from
Oct 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/ueberzug/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'ueberzug'
pkgname=ueberzug
version=18.1.8
revision=2
version=18.1.9
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel libX11-devel libXext-devel"
Expand All @@ -11,7 +11,8 @@ maintainer="mustaqim <mustaqim@pm.me>"
license="GPL-3.0-only"
homepage="https://github.com/seebye/ueberzug"
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
x86_64*) depends+=" python3-pillow-simd" ;;
Expand Down