From 7c29300335596d3cc657e3c631704c17971a6ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 5 Apr 2022 21:46:03 -0300 Subject: [PATCH] pari: update to 2.13.4. --- srcpkgs/pari/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pari/template b/srcpkgs/pari/template index 9543739472ac8d..8bac1e0343f86f 100644 --- a/srcpkgs/pari/template +++ b/srcpkgs/pari/template @@ -1,6 +1,6 @@ # Template file for 'pari' pkgname=pari -version=2.13.3 +version=2.13.4 revision=1 build_style=configure build_helper=qemu @@ -16,8 +16,9 @@ short_desc="Fast computations library in number theory" maintainer="Gonzalo TornarĂ­a " license="GPL-2.0-or-later" homepage="https://pari.math.u-bordeaux.fr" +changelog="https://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=pari.git;a=blob_plain;f=CHANGES;hb=refs/heads/pari-${version%.*}" distfiles="https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${version}.tar.gz" -checksum=ccba7f1606c6854f1443637bb57ad0958d41c7f4753f8ae8459f1d64c267a1ca +checksum=bcde9eceae1592814381c1697cdb7063567b6504201b1be47bb58920f3bce185 build_options="x11 pthreads" build_options_default="x11 pthreads"