diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2020-06-05 14:07:06 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-06 10:44:12 +0700 |
commit | 8ae05e3848792c8b6c820cbc07ff936e14a736b3 (patch) | |
tree | abef578e93d0cb6e6e571550d31c1b592023acd7 /office/texmacs | |
parent | 984ba04a3a574d67f0432cffdda50c3f8890de16 (diff) |
office/texmacs: Updated for version 1.99.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texmacs')
-rw-r--r-- | office/texmacs/texmacs.SlackBuild | 8 | ||||
-rw-r--r-- | office/texmacs/texmacs.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild index f1ba66ccfa73..23098452114c 100644 --- a/office/texmacs/texmacs.SlackBuild +++ b/office/texmacs/texmacs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Texmacs -# Copyright 2013-2018 Zhu Qun-Ying +# Copyright 2013-2020 Zhu Qun-Ying # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texmacs -VERSION=${VERSION:-1.99.12} +VERSION=${VERSION:-1.99.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,9 +61,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION-src +rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION-src.tar.gz -cd $SRCNAM-$VERSION-src +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/office/texmacs/texmacs.info b/office/texmacs/texmacs.info index 93cf974b38d1..6f3a504f8b00 100644 --- a/office/texmacs/texmacs.info +++ b/office/texmacs/texmacs.info @@ -1,8 +1,8 @@ PRGNAM="texmacs" -VERSION="1.99.12" +VERSION="1.99.13" HOMEPAGE="http://www.texmacs.org" -DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.12-src.tar.gz" -MD5SUM="9c8169ff79afefc606564e530ec12ec9" +DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.13-src.tar.gz" +MD5SUM="960313d2acef78038082cf1463f5a32e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="guile1.8" |