From dda483bb270a3114fbb0e98c7a233eef7bf39e30 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 24 Nov 2021 13:27:29 +0100 Subject: [PATCH] polyml: update to 5.9. --- srcpkgs/polyml/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/polyml/template b/srcpkgs/polyml/template index 755274b19d7..69eab5d9daf 100644 --- a/srcpkgs/polyml/template +++ b/srcpkgs/polyml/template @@ -1,7 +1,7 @@ # Template file for 'polyml' pkgname=polyml -version=5.8.2 -revision=2 +version=5.9 +revision=1 build_style=gnu-configure configure_args="--enable-shared" makedepends="gmp-devel" @@ -10,12 +10,12 @@ maintainer="Leah Neukirchen " license="LGPL-2.1-or-later" homepage="http://www.polyml.org/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" -checksum=310b0ba748a50f38e99de7f65ba990bc4b4f4b0123ad76aba4c44d7cd1ed9277 +checksum=5aa452a49f2ac0278668772af4ea0b9bf30c93457e60ff7f264c5aec2023c83e conflicts="mesa-demos>=0" # /usr/bin/poly nocross=yes case "$XBPS_TARGET_MACHINE" in - i686*|x86_64*) + i686*) # musl doesn't allow writing to .rodata and .text during # relocation, but polyexport.o contains DT_TEXTREL # since libpolyml/elfexport.cpp only creates absolute