From 9ab2c4f2d92f3bd2818f4df925db9b9bf8a6ca3d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Aug 2012 07:31:52 +0200 Subject: [PATCH] Reset revision for pkgs that are rebuilt everyday. --- srcpkgs/xbps-git/template | 2 +- srcpkgs/xbps-src-git/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xbps-git/template b/srcpkgs/xbps-git/template index 26f155f2bd..d9aa331d6d 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-git/template b/srcpkgs/xbps-src-git/template index 5e7eb3392b..eb95a079ce 100644 --- a/srcpkgs/xbps-src-git/template +++ b/srcpkgs/xbps-src-git/template @@ -1,7 +1,7 @@ # Template file for 'xbps-src-git' pkgname=xbps-src-git version="$(date -u +%Y%m%d)" -revision=2 +revision=1 nofetch=yes noextract=yes build_style=gnu-makefile