diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template index cf710c52852..a83a55a22b8 100644 --- a/srcpkgs/scrot/template +++ b/srcpkgs/scrot/template @@ -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 " 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 +}