From a05a717a5b9451f5d9c71b656ff44a7d33ef75dd Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 24 Jan 2016 16:35:45 +0100 Subject: [PATCH] sparsehash: update to 2.0.3. --- srcpkgs/sparsehash/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/sparsehash/template b/srcpkgs/sparsehash/template index 027105335ce..29db925fe57 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 }