diff --git a/srcpkgs/sparsehash/template b/srcpkgs/sparsehash/template index 027105335c..29db925fe5 100644 --- a/srcpkgs/sparsehash/template +++ b/srcpkgs/sparsehash/template @@ -1,16 +1,17 @@ # Template file for 'sparsehash' pkgname=sparsehash -version=2.0.2 +version=2.0.3 revision=1 noarch=yes build_style=gnu-configure short_desc="Library that contains several hash-map implementations" maintainer="Juan RP " license="BSD" -homepage="http://code.google.com/p/sparsehash" -distfiles="http://sparsehash.googlecode.com/files/$pkgname-$version.tar.gz" -checksum=2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c +homepage="https://github.com/sparsehash/sparsehash" +distfiles="https://github.com/sparsehash/sparsehash/archive/${pkgname}-${version}.tar.gz" +checksum=05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c +wrksrc="${pkgname}-${pkgname}-${version}" post_install() { - vinstall COPYING 644 usr/share/licenses/$pkgname + vlicense COPYING }