diff options
author | ArTourter <artourter@gmail.com> | 2021-07-31 18:06:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-01 00:34:36 +0700 |
commit | a70cdf4da374c8b219e6d921aee0a7bca88b80bc (patch) | |
tree | b42835d8304dd15b6e252401b223a4e50e0c950d /office | |
parent | 0b840a81ee572f3a950b644255bb8c08cb30d9a0 (diff) | |
download | slackbuilds-a70cdf4da374c8b219e6d921aee0a7bca88b80bc.tar.gz |
office/pdfpc: updated for version 4.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/pdfpc/pdfpc.SlackBuild | 6 | ||||
-rw-r--r-- | office/pdfpc/pdfpc.info | 8 |
2 files changed, 7 insertions, 7 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 diff --git a/office/pdfpc/pdfpc.info b/office/pdfpc/pdfpc.info index 5a427fc353..d1e9b8e0a5 100644 --- a/office/pdfpc/pdfpc.info +++ b/office/pdfpc/pdfpc.info @@ -1,10 +1,10 @@ PRGNAM="pdfpc" -VERSION="4.4.1" +VERSION="4.5.0" HOMEPAGE="https://pdfpc.github.io/" -DOWNLOAD="https://github.com/pdfpc/pdfpc/archive/v4.4.1/pdfpc-4.4.1.tar.gz" -MD5SUM="76f0b9f1000ae77ca301011daa25ab4f" +DOWNLOAD="https://github.com/pdfpc/pdfpc/archive/v4.5.0/pdfpc-4.5.0.tar.gz" +MD5SUM="3718e0f45cb9121b15917eb07934300a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="discount webkit2gtk" MAINTAINER="ArTourter" EMAIL="artourter@gmail.com" |