From 793d78e6099e29cd182e64303a41bda7bb7ae73a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Oct 2011 10:12:42 +0200 Subject: [PATCH] For pkgs that use date(1) as version, use UTC time. --- srcpkgs/gnome-shell-extension-weather/template | 2 +- srcpkgs/linux-firmware/template | 2 +- srcpkgs/rhythmbox/template | 2 +- srcpkgs/xbps-devel/template | 2 +- srcpkgs/xf86-video-ati-git-snapshot/template | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/gnome-shell-extension-weather/template b/srcpkgs/gnome-shell-extension-weather/template index 1b350c5985..57bcdf6168 100644 --- a/srcpkgs/gnome-shell-extension-weather/template +++ b/srcpkgs/gnome-shell-extension-weather/template @@ -1,6 +1,6 @@ # Template file for 'gnome-shell-extension-weather' pkgname=gnome-shell-extension-weather -version="$(date +%Y%m%d)" +version="$(date -u +%Y%m%d)" build_style=gnu_configure short_desc="Simple extension for displaying weather notifications in GNOME Shell." maintainer="davehome " diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template index ed56301450..d006d1216d 100644 --- a/srcpkgs/linux-firmware/template +++ b/srcpkgs/linux-firmware/template @@ -1,6 +1,6 @@ # Template file for 'linux-firmware' pkgname=linux-firmware -version="$(date +%Y%m%d)" +version="$(date -u +%Y%m%d)" build_style=custom-install short_desc="Binary firmware blobs for the Linux kernel" maintainer="Juan RP " diff --git a/srcpkgs/rhythmbox/template b/srcpkgs/rhythmbox/template index ecb2bf5375..f82b034a33 100644 --- a/srcpkgs/rhythmbox/template +++ b/srcpkgs/rhythmbox/template @@ -1,6 +1,6 @@ # Template file for 'rhythmbox'. pkgname=rhythmbox -version="2.90.1.git$(date +%Y%m%d)" +version="2.90.1.git$(date -u +%Y%m%d)" homepage="http://www.rhythmbox.org" #distfiles="${GNOME_SITE}/$pkgname/0.13/$pkgname-$version.tar.bz2" build_style=gnu_configure diff --git a/srcpkgs/xbps-devel/template b/srcpkgs/xbps-devel/template index 650e06b51d..ad8751ba2d 100644 --- a/srcpkgs/xbps-devel/template +++ b/srcpkgs/xbps-devel/template @@ -1,6 +1,6 @@ # Template file for 'xbps' pkgname=xbps-devel -version="1.$(date +%Y%m%d)" +version="$(date -u +%Y%m%d)" build_style=configure configure_args="--prefix=/ --includedir=/usr/include --datadir=/usr/share --mandir=/usr/share/man --with-pie" diff --git a/srcpkgs/xf86-video-ati-git-snapshot/template b/srcpkgs/xf86-video-ati-git-snapshot/template index 41c660280e..8b30477e44 100644 --- a/srcpkgs/xf86-video-ati-git-snapshot/template +++ b/srcpkgs/xf86-video-ati-git-snapshot/template @@ -1,6 +1,6 @@ # Template build file for 'xf86-video-ati'. pkgname=xf86-video-ati-git-snapshot -version="$(date +%Y%m%d)" +version="$(date -u +%Y%m%d)" build_style=gnu_configure short_desc="Xorg ATI Radeon video driver (git snapshot)" maintainer="Juan RP "