Merge pull request #3436 from ebfe/dateutils

dateutils: update to 0.3.5.
This commit is contained in:
Juan RP 2016-01-24 09:59:18 +01:00
commit cce15273f4

View file

@ -1,6 +1,6 @@
# Template file for 'dateutils'
pkgname=dateutils
version=0.3.4
version=0.3.5
revision=1
build_style=gnu-configure
configure_args="ax_cv_zoneinfo_tzdir=/usr/share/zoneinfo"
@ -9,4 +9,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD"
homepage="http://www.fresse.org/dateutils/"
distfiles="https://bitbucket.org/hroptatyr/dateutils/downloads/${pkgname}-${version}.tar.xz"
checksum=1fe71d6f05705565612a61de848071bfb39fb604695c8052e8d7959c5f34a714
checksum=cff341d3e6394627d98cb9643b9ca1235b839037ede58983c927df4f27ee31a7
post_install() {
vlicense LICENSE
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
}