dateutils: update to 0.3.5.
This commit is contained in:
parent
e303534894
commit
9cf4d18da0
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue