diff --git a/srcpkgs/par2cmdline/template b/srcpkgs/par2cmdline/template index b805d5f2911..5f84389d0be 100644 --- a/srcpkgs/par2cmdline/template +++ b/srcpkgs/par2cmdline/template @@ -3,15 +3,14 @@ pkgname=par2cmdline version=0.6.13 revision=1 build_style=gnu-configure -hostmakedepends="automake git" +hostmakedepends="automake" short_desc="PAR 2.0 compatible file verification and repair tool" maintainer="Juan RP " license="GPL-2" homepage="https://github.com/BlackIkeEagle/par2cmdline" +distfiles="https://github.com/BlackIkeEagle/par2cmdline/archive/v${version}.tar.gz" +checksum=024b9f0ed5c57ebdd633333b288818790b0d5c4ecc9c6296dc32ae3f98690abe -do_fetch() { - git clone -b v${version} git://github.com/BlackIkeEagle/par2cmdline ${pkgname}-${version} -} pre_configure() { autoreconf -fi }