dateutils: update to 0.4.11.

This commit is contained in:
Duncaen 2024-01-27 15:34:04 +01:00
parent 88a5fe88f0
commit a7cf1314a8
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'dateutils'
pkgname=dateutils
version=0.4.10
version=0.4.11
revision=1
build_style=gnu-configure
configure_args="ax_cv_zoneinfo_tzdir=/usr/share/zoneinfo"
@ -10,8 +10,8 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://www.fresse.org/dateutils/"
changelog="http://www.fresse.org/dateutils/changelog.html"
distfiles="https://bitbucket.org/hroptatyr/dateutils/downloads/${pkgname}-${version}.tar.xz"
checksum=3c508e2889b9d5aecab7d59d7325a70089593111a1230a496dab0f5ad677cdec
distfiles="https://bitbucket.org/hroptatyr/dateutils/downloads/dateutils-${version}.tar.xz"
checksum=b8fea0b09714bbadf202b9b3434cce6b59c282e7869268d0c08b85880fdbb446
post_extract() {
vsed -i '/sysctl\.h/d' build-aux/yuck.c
@ -34,5 +34,5 @@ pre_configure() {
post_install() {
vlicense LICENSE
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
rm -f "${DESTDIR}/usr/share/doc/dateutils/LICENSE"
}