hebcal: update to 4.17.

This commit is contained in:
maxice8 2019-04-14 16:53:02 -03:00 committed by maxice8
parent 8886ae30f6
commit f4d0b21c6a

View file

@ -1,6 +1,6 @@
# Template file for 'hebcal'
pkgname=hebcal
version=4.16
version=4.17
revision=1
build_style=gnu-configure
hostmakedepends="automake perl"
@ -9,8 +9,9 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.hebcal.com/"
distfiles="https://github.com/hebcal/hebcal/archive/v${version}.tar.gz"
checksum=78c212f34b4aaf3f683b0c961d9d9f0a42bdd5666dece58f9029e3908c2f1c0f
checksum=d354ef3a7c56a00e3a83b56fffd499d64ae57d39df0cf8f7f05917d746a9bf49
pre_configure() {
aclocal && autoconf && automake --foreign --add-missing
autoreconf -fi
# aclocal && autoconf && automake --foreign --add-missing
}