From e91fd5eb4bd56f2fa55e499c7a9f056b34fab5f9 Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Sun, 24 Jan 2016 14:05:37 -0500 Subject: [PATCH] fcount: update distfiles/homepage (close #3429). --- srcpkgs/fcount/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fcount/template b/srcpkgs/fcount/template index 4290ff352c4..3d2f3f75a71 100644 --- a/srcpkgs/fcount/template +++ b/srcpkgs/fcount/template @@ -1,15 +1,15 @@ # Template file for 'fcount' pkgname=fcount version=0.3 -revision=1 +revision=2 build_style=gnu-makefile short_desc="Counts the number of files within a directory" maintainer="Diogo Leal " license="WTFPL" -homepage="http://git.z3bra.org/cgit.cgi/fcount/" -distfiles="http://git.z3bra.org/cgit.cgi/fcount/snapshot/fcount-${version}.tar.bz2" +homepage="http://git.z3bra.org/fcount/log.html" +distfiles="http://dl.z3bra.org/releases/${pkgname}-${version}.tar.bz2" checksum=3c78feef52c867ada7a27ccf78dc418d43da8d2f3a9ba9a341efe7908b2474a3 -post_install(){ +post_install() { vlicense LICENSE }