aboutsummaryrefslogtreecommitdiff
path: root/office/asymptote/asymptote.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/asymptote/asymptote.SlackBuild')
-rw-r--r--office/asymptote/asymptote.SlackBuild6
1 files changed, 3 insertions, 3 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" \