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.3.1. #54176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 8 additions & 8 deletions srcpkgs/ueberzug/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'ueberzug'
pkgname=ueberzug
version=18.1.9
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel libX11-devel libXext-devel"
version=18.3.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-meson-python pkg-config"
makedepends="python3-devel libX11-devel libXext-devel libXres-devel"
depends="python3-xlib python3-docopt python3-psutil python3-attrs"
short_desc="Command line util which allows drawing images on terminals"
maintainer="mustaqim <[email protected]>"
license="GPL-3.0-only"
homepage="https://github.com/seebye/ueberzug"
distfiles="https://github.com/seebye/ueberzug/archive/${version}.tar.gz"
checksum=d2b8e7c39e72aa88891f7204441e5482d9b89bb900efe4ac9a230f84437897bb
homepage="https://github.com/ueber-devel/ueberzug"
distfiles="https://github.com/ueber-devel/ueberzug/archive/${version}.tar.gz"
checksum=7e775065b60ceacc7f45928bfb62ab85a5afc7f8b556a008ea2a585ef591c6af
make_check=no # doesn't include a test suite

case $XBPS_TARGET_MACHINE in
Expand Down
Loading