summaryrefslogtreecommitdiffstats
path: root/office/pdfpc/pdfpc.SlackBuild
diff options
context:
space:
mode:
author ArTourter2021-07-31 19:06:18 +0200
committer Willy Sudiarto Raharjo2021-07-31 19:34:36 +0200
commita70cdf4da374c8b219e6d921aee0a7bca88b80bc (patch)
treeb42835d8304dd15b6e252401b223a4e50e0c950d /office/pdfpc/pdfpc.SlackBuild
parent0b840a81ee572f3a950b644255bb8c08cb30d9a0 (diff)
downloadslackbuilds-a70cdf4da374c8b219e6d921aee0a7bca88b80bc.tar.gz
office/pdfpc: updated for version 4.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/pdfpc/pdfpc.SlackBuild')
-rw-r--r--office/pdfpc/pdfpc.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/office/pdfpc/pdfpc.SlackBuild b/office/pdfpc/pdfpc.SlackBuild
index 75918de76f..4a4954a5bc 100644
--- a/office/pdfpc/pdfpc.SlackBuild
+++ b/office/pdfpc/pdfpc.SlackBuild
@@ -2,8 +2,8 @@
# Slackware build script for pdfpc
+# Copyright 2018-2021 Gregory J. L. Tourte <artourter@gmail.com>
# Copyright 2013 Markus Hutmacher <email removed>
-# Copyright 2018 Gregory Tourte <artourter@gmail.com>
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pdfpc
-VERSION=${VERSION:-4.4.1}
+VERSION=${VERSION:-4.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -104,7 +104,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-install -m 0644 CHANGELOG.txt README.rst LICENSE.txt FAQ.rst SUPPORT.md CONTRIBUTORS rc/rcfile* \
+install -m 0644 CHANGELOG.rst README.rst LICENSE.txt FAQ.rst SUPPORT.rst CONTRIBUTORS rc/rcfile* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild