diff --git a/srcpkgs/gnome-shell-extension-weather/template b/srcpkgs/gnome-shell-extension-weather/template index 1b350c5985a..57bcdf61680 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 ed563014500..d006d1216df 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 ecb2bf53753..f82b034a33d 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 650e06b51d5..ad8751ba2d6 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 41c660280ec..8b30477e44e 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 "