scrot: update to 1.8.

This commit is contained in:
Leah Neukirchen 2023-01-11 16:18:36 +01:00
parent 2e278ae4b5
commit 1fab24d706
1 changed files with 3 additions and 3 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'scrot'
pkgname=scrot
version=1.7
version=1.8
revision=1
build_style=gnu-configure
make_install_args="docsdir=/usr/share/doc/scrot"
hostmakedepends="automake autoconf-archive pkg-config"
makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel
makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXinerama-devel
libmd-devel"
short_desc="Simple command-line screenshot utility for X"
maintainer="Leah Neukirchen <leah@vuxu.org>"
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=e4ff764f93ea98018d46192c35bd34eeb577040ac6e217aa0d83b2a63d88f66b
checksum=2f151bf12ee60b6cb377d051901772afa1556d700ebc814b8ed90c54fca558bd
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-legacy-compat"