diff --git a/srcpkgs/void-installer/template b/srcpkgs/void-installer/template index 62034365b44..7f98fe2aaa3 100644 --- a/srcpkgs/void-installer/template +++ b/srcpkgs/void-installer/template @@ -1,9 +1,12 @@ # Template file for 'void-installer' pkgname=void-installer version="$(date -u +%Y%m%d)" +revision=1 +nofetch=yes +noextract=yes +noarch=yes makedepends="git" fulldepends="dialog" -revision=1 short_desc="The Void Linux installer" maintainer="Juan RP " homepage="http://code.google.com/p/xbps/wiki/VoidLinux" @@ -11,13 +14,8 @@ license="Simplified BSD" long_desc=" The Void Linux installer - a dialog based and simple installer." -nofetch=yes -noextract=yes -noarch=yes - - do_fetch() { - local url="git://github.com/xtraeme/void-installer" + local url="git://github.com/voidlinux/void-installer" msg_normal "Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} }