diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/asymptote/asymptote.SlackBuild | 6 | ||||
-rw-r--r-- | office/asymptote/asymptote.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/office/asymptote/asymptote.SlackBuild b/office/asymptote/asymptote.SlackBuild index b2b9b8de9c01..26d90e09fec6 100644 --- a/office/asymptote/asymptote.SlackBuild +++ b/office/asymptote/asymptote.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for asymptote -# Copyright 2016-2023 Johannes Schoepfer, Germany +# Copyright 2016-2024 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=asymptote -VERSION=${VERSION:-2.86} +VERSION=${VERSION:-2.87} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,6 +76,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + +# To build the complete docs, some packages from texlive-extra are required. DOC=${DOC:-no} CFLAGS="$SLKCFLAGS" \ @@ -97,7 +98,6 @@ CFLAGS="$SLKCFLAGS" \ --datarootdir=/usr/share/texmf-dist \ --build=$ARCH-slackware-linux -# To build the complete docs, some packages from texlive-extra are required. if [ $DOC = no ]; then sed -i doc/Makefile \ -e "s/ latexusage.pdf//g" \ diff --git a/office/asymptote/asymptote.info b/office/asymptote/asymptote.info index e16962c3f32c..8f76b5043209 100644 --- a/office/asymptote/asymptote.info +++ b/office/asymptote/asymptote.info @@ -1,8 +1,8 @@ PRGNAM="asymptote" -VERSION="2.86" +VERSION="2.87" HOMEPAGE="https://asymptote.sourceforge.io/" -DOWNLOAD="https://downloads.sourceforge.net/asymptote/asymptote-2.86.src.tgz" -MD5SUM="cbba3fe866982ed1dd60b903f632a04c" +DOWNLOAD="https://downloads.sourceforge.net/asymptote/asymptote-2.87.src.tgz" +MD5SUM="eb4fb0061af1af858bce778503112c66" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="glm" |