From a7cf1314a8add05c8ac060694b88d337f484be20 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 27 Jan 2024 15:34:04 +0100 Subject: [PATCH] dateutils: update to 0.4.11. --- srcpkgs/dateutils/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dateutils/template b/srcpkgs/dateutils/template index 6bb758dba91..7cc054d12e3 100644 --- a/srcpkgs/dateutils/template +++ b/srcpkgs/dateutils/template @@ -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 " 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" }