From 2c922f25901c0ff4226bbf3acd87f6056e8e8613 Mon Sep 17 00:00:00 2001 From: Julian Weigt <juw@posteo.de> Date: Tue, 13 Oct 2020 23:33:00 +0300 Subject: [PATCH] testing/asymptote: upgrade to 2.70 and enable --- testing/asymptote/APKBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/testing/asymptote/APKBUILD b/testing/asymptote/APKBUILD index e7fbc87ab29d..4c6c8641aecd 100644 --- a/testing/asymptote/APKBUILD +++ b/testing/asymptote/APKBUILD @@ -1,12 +1,11 @@ # Contributor: Julian Weigt <juw@posteo.de> # Maintainer: Julian Weigt <juw@posteo.de> pkgname=asymptote -pkgver=2.67 +pkgver=2.70 pkgrel=0 pkgdesc="A vector graphics language for technical drawing" url="http://asymptote.sourceforge.net/" -# !mips64 !s390x blocked by texlive -arch="" # FUTEX_WAIT_PRIVATE on builders +arch="all !s390x" #blocked by texlive license="GPL-3.0-only" depends="texlive texlive-dvi ghostscript" ### Optional dependencies @@ -33,7 +32,6 @@ build() { --disable-gc make asy - #-j1 is needed for building documentation with pdflatex due to probably race conditions make -j1 all } @@ -50,4 +48,4 @@ package() { make -j1 DESTDIR="$pkgdir" install-all } -sha512sums="5854ce51bc7a3d330eeb0887376645c3d292a368b06d01ec84c15ee5beee90ae429abfee1bff5025bdfb51edfa7f66e535c1187f66440df0c6626c79e3de6210 asymptote-2.67.src.tgz" +sha512sums="24d60af361e3f0309a896ce8163da6fc0a9d6587efe726c5acf874dcb74f4d51b4bad8146a615ff54173ef06dac53117fd1cc09c77940271adc9f64cac6bcfe6 asymptote-2.70.src.tgz" -- GitLab