diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2021-07-19 09:13:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-19 16:23:30 +0700 |
commit | c3881555bc56cb0b5078020707ddd30aadb60d9a (patch) | |
tree | ad9cd5c3c2d5ce75af0bd222c065a43fa39d39fb | |
parent | c80f01d33a52002a34157a40827cbdafc4444e7e (diff) |
office/texlive-docs: Updated for version 2021.210418.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/texlive-docs/texlive-docs.SlackBuild | 7 | ||||
-rw-r--r-- | office/texlive-docs/texlive-docs.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/office/texlive-docs/texlive-docs.SlackBuild b/office/texlive-docs/texlive-docs.SlackBuild index e77bd52ce77e..7e8b2792271c 100644 --- a/office/texlive-docs/texlive-docs.SlackBuild +++ b/office/texlive-docs/texlive-docs.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA # Copyright 2009 - 2014 Robby Workman, Northport, AL, USA -# Copyright 2016 - 2020 Johannes Schoepfer, Germany +# Copyright 2016 - 2021 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=texlive-docs -VERSION=${VERSION:-2020.200608} +TEXMFVERSION=${TEXMFVERSION:-210418} +VERSION=${VERSION:-2021.210418} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -52,7 +53,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG$TEXMFROOT $OUTPUT $PKG/usr/doc/texlive-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -C $PKG$TEXMFROOT +tar xvf $CWD/$PRGNAM-$TEXMFVERSION.tar.xz -C $PKG$TEXMFROOT chown -R root:root $PKG chmod -R u+w,go-w,a+rX-st $PKG diff --git a/office/texlive-docs/texlive-docs.info b/office/texlive-docs/texlive-docs.info index 79bb330e803c..a693f54daa63 100644 --- a/office/texlive-docs/texlive-docs.info +++ b/office/texlive-docs/texlive-docs.info @@ -1,8 +1,8 @@ PRGNAM="texlive-docs" -VERSION="2020.200608" +VERSION="2021.210418" HOMEPAGE="https://tug.org/texlive/" -DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/texlive-docs-2020.200608.tar.xz" -MD5SUM="89c5212c1cae844188fca98f21acd938" +DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/texlive-docs-210418.tar.xz" +MD5SUM="c265537ee9fce1281d44e263f9797499" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |