scrot: update to 1.7.

This commit is contained in:
Evgeny Ermakov 2021-11-30 05:48:58 +11:00 committed by Đoàn Trần Công Danh
parent b81e95e27a
commit 003ca160df

View file

@ -1,6 +1,6 @@
# Template file for 'scrot'
pkgname=scrot
version=1.6
version=1.7
revision=1
build_style=gnu-configure
make_install_args="docsdir=/usr/share/doc/scrot"
@ -11,7 +11,13 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
license="MIT"
homepage="https://github.com/resurrecting-open-source-projects/scrot"
distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"
checksum=5d53df3e86220b8aca21be03a39b542905f2a8a0ccd950fdce7fc48a32c09050
checksum=e4ff764f93ea98018d46192c35bd34eeb577040ac6e217aa0d83b2a63d88f66b
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-legacy-compat"
else
makedepends+=" libbsd-devel"
fi
pre_configure() {
./autogen.sh