scrot: use debian distfiles mirror.

This commit is contained in:
Steve Prybylski 2016-01-25 19:04:27 -05:00
parent 99721475d2
commit 63570ef5d5

View file

@ -1,7 +1,7 @@
# Template file for 'scrot'
pkgname=scrot
version=0.8
revision=4
revision=5
build_style=gnu-configure
make_install_args="docsdir=/usr/share/doc/scrot"
makedepends="libX11-devel giblib-devel imlib2-devel"
@ -9,5 +9,10 @@ short_desc="A simple command-line screenshot utility for X"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://scrot.sourcearchive.com/"
license="MIT"
distfiles="http://linuxbrit.co.uk/downloads/$pkgname-$version.tar.gz"
#distfiles="http://linuxbrit.co.uk/downloads/$pkgname-$version.tar.gz"
distfiles="${DEBIAN_SITE}/main/s/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum=613d1cf524c2b62ce3c65f1232ea4f05c7daf248d5e82ff2a6892c98093994f2
post_install() {
vlicense COPYING
}