diff --git a/testing/asymptote/APKBUILD b/testing/asymptote/APKBUILD index e7fbc87ab29da7134cf4867cb9aa7d49cfdecb6a..4c6c8641aecda89e923c6827d4cb29b34161538e 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"