From f4d0b21c6aaeefb437f193ad6da571ccfb6bd311 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 14 Apr 2019 16:53:02 -0300 Subject: [PATCH] hebcal: update to 4.17. --- srcpkgs/hebcal/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hebcal/template b/srcpkgs/hebcal/template index 3a70b35dede..6effb16a194 100644 --- a/srcpkgs/hebcal/template +++ b/srcpkgs/hebcal/template @@ -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 " 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 }