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 '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 <xtraeme@gmail.com>"