scrot: update to 1.0.

This commit is contained in:
Daniel Eyßer 2019-06-20 19:42:24 +02:00 committed by Juan RP
parent 8502d79b4d
commit 1777feaf0c

View file

@ -1,18 +1,17 @@
# Template file for 'scrot' # Template file for 'scrot'
pkgname=scrot pkgname=scrot
version=0.9 version=1.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
make_install_args="docsdir=/usr/share/doc/scrot" make_install_args="docsdir=/usr/share/doc/scrot"
hostmakedepends="automake" hostmakedepends="automake autoconf-archive"
makedepends="libX11-devel giblib-devel imlib2-devel" makedepends="libX11-devel libXcursor-devel giblib-devel imlib2-devel"
short_desc="Simple command-line screenshot utility for X" short_desc="Simple command-line screenshot utility for X"
maintainer="Juan RP <xtraeme@voidlinux.org>" maintainer="Juan RP <xtraeme@voidlinux.org>"
license="MIT" license="MIT"
homepage="http://scrot.sourcearchive.com/" homepage="https://github.com/resurrecting-open-source-projects/scrot"
#distfiles="http://linuxbrit.co.uk/downloads/$pkgname-$version.tar.gz" distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"
distfiles="${DEBIAN_SITE}/main/s/${pkgname}/${pkgname}_${version}.orig.tar.gz" checksum=b926cda180ef55cab90d164ea0afa577cd24db8bc8821dc858b4a90d2a9fa09f
checksum=d9b6141c652f4c4c1a9d412d6d57d2045b515e70cd726e4787f5f066c837269e
pre_configure() { pre_configure() {
./autogen.sh ./autogen.sh