diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2016-11-02 20:15:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-02 20:16:56 +0700 |
commit | 0c8a0ef215987d0253cb2233d39ec53bbb7cca21 (patch) | |
tree | ccfad5aafa40219dbec17326e011d2212f2dc5bf /office/texlive-docs | |
parent | db1d38c616fe8343309eace8678c4342097d15e2 (diff) | |
download | slackbuilds-0c8a0ef215987d0253cb2233d39ec53bbb7cca21.tar.gz |
office/texlive-docs: Updated for version 2016.161031.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texlive-docs')
-rw-r--r-- | office/texlive-docs/texlive-docs.SlackBuild | 8 | ||||
-rw-r--r-- | office/texlive-docs/texlive-docs.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/office/texlive-docs/texlive-docs.SlackBuild b/office/texlive-docs/texlive-docs.SlackBuild index 47e754a0d0..8cd0f7640d 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 Johannes Schoepfer, <slackbuilds@schoepfer.info> +# Copyright 2016 Johannes Schoepfer # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,17 +25,17 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texlive-docs -VERSION=20161025 +VERSION=${VERSION:-2016.161031} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -ARCH=noarch - CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} +ARCH=noarch + set -e rm -rf $PKG diff --git a/office/texlive-docs/texlive-docs.info b/office/texlive-docs/texlive-docs.info index 6dd5d5598b..3d09126c12 100644 --- a/office/texlive-docs/texlive-docs.info +++ b/office/texlive-docs/texlive-docs.info @@ -1,8 +1,8 @@ PRGNAM="texlive-docs" -VERSION="20161025" +VERSION="2016.161031" HOMEPAGE="http://tug.org/texlive/" -DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2016/texlive-docs/texlive-docs-20161025.tar.xz" -MD5SUM="4c5bd73d8e0fe8d202b19fe9632969a4" +DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2016/texlive-docs/texlive-docs-2016.161031.tar.xz" +MD5SUM="7412efb7290dae0d1ab3f9d790c73d2c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="texlive" |