diff --git a/srcpkgs/eclib/template b/srcpkgs/eclib/template index db1f9286a1c..9faf35e9f42 100644 --- a/srcpkgs/eclib/template +++ b/srcpkgs/eclib/template @@ -1,21 +1,17 @@ # Template file for 'eclib' pkgname=eclib -version=20221012 -revision=2 +version=20230424 +revision=1 build_style=gnu-configure configure_args="--with-flint --with-boost" -hostmakedepends="automake autoconf-archive libtool" makedepends="pari-devel ntl-devel flintlib-devel boost-devel" short_desc="Elliptic curve library, includes mwrank" maintainer="Gonzalo TornarĂ­a " license="GPL-2.0-or-later" homepage="https://github.com/JohnCremona/eclib" -distfiles="https://github.com/JohnCremona/eclib/archive/refs/tags/${version}.tar.gz" -checksum=bd6f0191876c1426ca57db851ce06ef79ea1755f01e81dd747358d1b76b5e932 - -pre_configure() { - autoreconf -fi -} +changelog="https://github.com/JohnCremona/eclib/releases" +distfiles="https://github.com/JohnCremona/eclib/releases/download/v${version}/eclib-${version}.tar.bz2" +checksum=1422decfcabebb0ad42f7f58c5aefe5bd8fa11757b45e31a186384fd037cd5c1 eclib-devel_package() { depends="${sourcepkg}>=${version}_${revision} ntl-devel"