For pkgs that use date(1) as version, use UTC time.

This commit is contained in:
Juan RP 2011-10-21 10:12:42 +02:00
parent 41d1972920
commit 793d78e609
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'gnome-shell-extension-weather' # Template file for 'gnome-shell-extension-weather'
pkgname=gnome-shell-extension-weather pkgname=gnome-shell-extension-weather
version="$(date +%Y%m%d)" version="$(date -u +%Y%m%d)"
build_style=gnu_configure build_style=gnu_configure
short_desc="Simple extension for displaying weather notifications in GNOME Shell." short_desc="Simple extension for displaying weather notifications in GNOME Shell."
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"

View file

@ -1,6 +1,6 @@
# Template file for 'linux-firmware' # Template file for 'linux-firmware'
pkgname=linux-firmware pkgname=linux-firmware
version="$(date +%Y%m%d)" version="$(date -u +%Y%m%d)"
build_style=custom-install build_style=custom-install
short_desc="Binary firmware blobs for the Linux kernel" short_desc="Binary firmware blobs for the Linux kernel"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"

View file

@ -1,6 +1,6 @@
# Template file for 'rhythmbox'. # Template file for 'rhythmbox'.
pkgname=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" homepage="http://www.rhythmbox.org"
#distfiles="${GNOME_SITE}/$pkgname/0.13/$pkgname-$version.tar.bz2" #distfiles="${GNOME_SITE}/$pkgname/0.13/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,6 @@
# Template file for 'xbps' # Template file for 'xbps'
pkgname=xbps-devel pkgname=xbps-devel
version="1.$(date +%Y%m%d)" version="$(date -u +%Y%m%d)"
build_style=configure build_style=configure
configure_args="--prefix=/ --includedir=/usr/include configure_args="--prefix=/ --includedir=/usr/include
--datadir=/usr/share --mandir=/usr/share/man --with-pie" --datadir=/usr/share --mandir=/usr/share/man --with-pie"

View file

@ -1,6 +1,6 @@
# Template build file for 'xf86-video-ati'. # Template build file for 'xf86-video-ati'.
pkgname=xf86-video-ati-git-snapshot pkgname=xf86-video-ati-git-snapshot
version="$(date +%Y%m%d)" version="$(date -u +%Y%m%d)"
build_style=gnu_configure build_style=gnu_configure
short_desc="Xorg ATI Radeon video driver (git snapshot)" short_desc="Xorg ATI Radeon video driver (git snapshot)"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"