From 5f1e789848dc372e63a91d40a40b6a304fb3baa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 9 Nov 2021 10:16:00 -0300 Subject: [PATCH] flintlib: update to 2.8.3. --- srcpkgs/flintlib/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/flintlib/template b/srcpkgs/flintlib/template index d255014d7e89..a14a69fb8fa4 100644 --- a/srcpkgs/flintlib/template +++ b/srcpkgs/flintlib/template @@ -1,6 +1,6 @@ # Template file for 'flintlib' pkgname=flintlib -version=2.8.2 +version=2.8.3 revision=1 wrksrc="flint-${version}" build_style=configure @@ -10,8 +10,9 @@ short_desc="Fast Library for Number Theory" maintainer="Gonzalo TornarĂ­a " license="LGPL-2.1-or-later" homepage="https://flintlib.org" +changelog="https://raw.githubusercontent.com/wbhart/flint2/trunk/NEWS" distfiles="https://flintlib.org/flint-${version}.tar.gz" -checksum=4e878577dc1e17b27887272ff1dff1721189b078d36682c5ceb71b34cd1b3484 +checksum=2c3c2dbfb82242c835be44341d893ca69384d4d0b9448a3aac874e16c623cd59 build_options="ntl" desc_option_ntl="enable NTL support"