From 01962793b83d02caedcc1fbb9c2ec147c4a8b93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 11 Oct 2022 19:16:18 -0300 Subject: [PATCH] arb: update to 2.23.0. --- srcpkgs/arb/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/arb/template b/srcpkgs/arb/template index 52f11ef83c9..84a62c7ffdb 100644 --- a/srcpkgs/arb/template +++ b/srcpkgs/arb/template @@ -1,6 +1,6 @@ # Template file for 'arb' pkgname=arb -version=2.22.1 +version=2.23.0 revision=1 build_style=configure configure_args="--prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-flint=/usr" @@ -11,9 +11,7 @@ license="LGPL-2.1-or-later" homepage="https://arblib.org" changelog="https://raw.githubusercontent.com/fredrik-johansson/arb/master/doc/source/history.rst" distfiles="https://github.com/fredrik-johansson/arb/archive/${version}.tar.gz" -checksum=1ef85518eee04885e8a90196498bc75e4e2410621d4184f2bc01d46b7080a243 - -CFLAGS="-D_GNU_SOURCE" # needed for cpu_set_t +checksum=977d41bde46f5442511d5165c705cec32c03e852c84d7d1836135d412ce702bb arb-devel_package() { depends="${sourcepkg}>=${version}_${revision} ${makedepends}"