diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-02-29 00:08:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-29 01:15:43 +0700 |
commit | 8af051e5b8dd6f86ec0a82446d9b938a9fe8b32f (patch) | |
tree | cc0a93a2bb066a8f841d0010b954e2c8ca3c083e | |
parent | 79eb113ebfa6ec1e789c855a044f526ea56c29e6 (diff) |
office/asymptote: Updated for version 2.87.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 b2b9b8de9c010..26d90e09fec64 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 e16962c3f32c8..8f76b50432099 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" |