From d768cec0a3d996ea60ae918edaf12fb46bf77245 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Dec 2012 07:07:39 +0100 Subject: [PATCH] xbps-{git,src}: new day new rev. --- srcpkgs/xbps-git/template | 2 +- srcpkgs/xbps-src/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xbps-git/template b/srcpkgs/xbps-git/template index 41b6e792321..351b8688211 100644 --- a/srcpkgs/xbps-git/template +++ b/srcpkgs/xbps-git/template @@ -1,7 +1,7 @@ # Template file for 'xbps-git' pkgname=xbps-git version="$(date -u +%Y%m%d)" -revision=2 +revision=1 nofetch=yes noextract=yes build_style=configure diff --git a/srcpkgs/xbps-src/template b/srcpkgs/xbps-src/template index cd4233b27b7..a5d973fe166 100644 --- a/srcpkgs/xbps-src/template +++ b/srcpkgs/xbps-src/template @@ -1,7 +1,7 @@ # Template file for 'xbps-src' pkgname=xbps-src version="$(date -u +%Y%m%d)" -revision=2 +revision=1 build_style=gnu-makefile make_build_args="PREFIX=/usr ETCDIR=/etc/xbps" make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"