From c145ade9a59d3e4f496f9d9863197108654919ad Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 27 Jul 2015 08:17:31 +0200 Subject: [PATCH] Revert "fs-utils: update to 1.10." This reverts commit 05f550252faeac1b1dc1b0d1bba5887429c7a4da. --- srcpkgs/fs-utils/template | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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} +}