diff --git a/srcpkgs/fs-utils/template b/srcpkgs/fs-utils/template index f246916ce65..35357ab17c3 100644 --- a/srcpkgs/fs-utils/template +++ b/srcpkgs/fs-utils/template @@ -1,7 +1,6 @@ # Template file for 'fs-utils'. pkgname=fs-utils -reverts=v1.10_1 -version=1.10 +version=v1.10 revision=1 build_style=gnu-configure hostmakedepends="git" @@ -11,5 +10,9 @@ short_desc="NetBSD File System Access Utilities in Userland" maintainer="Juan RP " license="BSD" homepage="https://github.com/rumpkernel/fs-utils" -distfiles="$homepage/archive/v$version.tar.gz" -checksum=0f63aa92f673f290d4bca9009ca6f213e70ac70519c5cdac3fa64acf5afa5bae + +do_fetch() { + local url="git://github.com/rumpkernel/fs-utils.git" + msg_normal "Fetching source from $url ...\n" + git clone -b${version} ${url} ${pkgname}-${version} +}