scrot: update to 1.11.1.
This commit is contained in:
parent
eecb13f42e
commit
f0c5c5168e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'scrot'
|
||||
pkgname=scrot
|
||||
version=1.10
|
||||
version=1.11.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_install_args="docsdir=/usr/share/doc/scrot"
|
||||
|
@ -12,7 +12,7 @@ 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=5f18f5234964513409141eb08b268c83e9e5d340062de37c3a04772be4bf4058
|
||||
checksum=ea9949e80c3c60e335768402f66adad1b119b4c4e9b1daf90dff290f3c1114eb
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
|
@ -25,5 +25,7 @@ pre_configure() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vcompletion etc/bash-completion/scrot bash
|
||||
vcompletion etc/zsh-completion/_scrot zsh
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue