tzutils: update to 2018f.

This commit is contained in:
maxice8 2018-10-18 23:19:16 -03:00 committed by maxice8
parent 1a7c66cff3
commit cd414b4b95
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'tzutils'
pkgname=tzutils
version=2018e
version=2018f
revision=1
wrksrc="tz-${version}"
short_desc="Time zone and daylight-saving time utilities"
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Public Domain"
homepage="https://www.iana.org/time-zones"
distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz"
checksum=553c4976e274eaee02d0c29a98c48f1556dbc1dd113051778c90cb6ddef42338
checksum=4ef0c8dc6d5e8dbd895112eac314ca23a4dbab470e330e2a71b6621d49fd8d42
do_build() {
make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"