void-installer: update git repo url.
This commit is contained in:
parent
f0210a0582
commit
e99cc70bff
1 changed files with 5 additions and 7 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue