From 6806c7ffec1a5874e10b47388914799cf2c51611 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Nov 2011 09:15:29 +0100 Subject: [PATCH] Unset revision for pkgs that use sources from git repos. --- srcpkgs/xf86-video-ati-git-snapshot/template | 1 - srcpkgs/xf86-video-nouveau/template | 1 - 2 files changed, 2 deletions(-) diff --git a/srcpkgs/xf86-video-ati-git-snapshot/template b/srcpkgs/xf86-video-ati-git-snapshot/template index 0dfc8e2140..6e52a16ec4 100644 --- a/srcpkgs/xf86-video-ati-git-snapshot/template +++ b/srcpkgs/xf86-video-ati-git-snapshot/template @@ -2,7 +2,6 @@ pkgname=xf86-video-ati-git-snapshot version="$(date -u +%Y%m%d)" build_style=gnu-configure -revision=1 short_desc="Xorg ATI Radeon video driver (git snapshot)" maintainer="Juan RP " long_desc=" diff --git a/srcpkgs/xf86-video-nouveau/template b/srcpkgs/xf86-video-nouveau/template index 44dcff9833..2a753a9038 100644 --- a/srcpkgs/xf86-video-nouveau/template +++ b/srcpkgs/xf86-video-nouveau/template @@ -4,7 +4,6 @@ _distver=0.0.16 _gitver="$(date +%Y%m%d)" version=${_distver}.${_gitver} build_style=gnu-configure -revision=1 short_desc="Xorg OpenSource NVIDIA video driver" maintainer="Juan RP " homepage="http://nouveau.freedesktop.org/wiki/"