From edf97ebde86773d864ae60ce6298922916afb877 Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Tue, 27 Aug 2013 11:43:04 +0200 Subject: [PATCH] xbps-src: revbump (v64 bugfix). --- srcpkgs/xbps-src/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/xbps-src/template b/srcpkgs/xbps-src/template index 594addc61cc..78665e92156 100644 --- a/srcpkgs/xbps-src/template +++ b/srcpkgs/xbps-src/template @@ -1,7 +1,7 @@ # Template file for 'xbps-src' pkgname=xbps-src version=20130827 -revision=2 +revision=3 build_style=gnu-makefile make_build_args="PREFIX=/usr ETCDIR=/etc/xbps" make_install_args="PREFIX=/usr ETCDIR=/etc/xbps" @@ -10,9 +10,6 @@ maintainer="Juan RP <xtraeme@gmail.com>" homepage="http://code.google.com/p/xbps" license="GPL-2" -nofetch=yes -noextract=yes - do_fetch() { local url="git://github.com/xtraeme/xbps-src" msg_normal "Fetching source from $url ...\n"