par2cmdline: don't use git to fetch distfile
This commit is contained in:
parent
5cf4ea74d4
commit
51d676ddb9
1 changed files with 3 additions and 4 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue