diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-16 17:14:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:45:36 +0700 |
commit | b7d112432227a6afd24eaa675245edb4ba61cf95 (patch) | |
tree | f6a25488a34613e359a63b446ec160f4aa5ff895 /office/MasterPDFEditor | |
parent | beff3b814602cb8d8bef01bf0468e3f22a26a78a (diff) |
office/MasterPDFEditor: Updated for version 5.9.40.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/MasterPDFEditor')
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 4 | ||||
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild index 70225b11ac1b..d8c257a0e8c3 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=MasterPDFEditor SRCNAM=master-pdf-editor -VERSION=${VERSION:-5.9.35} +VERSION=${VERSION:-5.9.40} MAJVER=${MAJVER:-5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,7 +81,7 @@ mkdir -p $PKG/usr/bin ( ln -s /opt/$SRCNAM-$MAJVER/masterpdfeditor${MAJVER} $PKG/usr/bin/ ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -mv license.txt $PKG/usr/doc/$PRGNAM-$VERSION +mv license_en.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/usr/share/applications/ diff --git a/office/MasterPDFEditor/MasterPDFEditor.info b/office/MasterPDFEditor/MasterPDFEditor.info index 7b8ede5465ec..f4c6ec078360 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.info +++ b/office/MasterPDFEditor/MasterPDFEditor.info @@ -1,10 +1,10 @@ PRGNAM="MasterPDFEditor" -VERSION="5.9.35" +VERSION="5.9.40" HOMEPAGE="https://code-industry.net/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://code-industry.net/public/master-pdf-editor-5.9.35-qt5.x86_64.tar.gz" -MD5SUM_x86_64="7c8e839672955b45599a7c343c32f17f" +DOWNLOAD_x86_64="https://code-industry.net/public/master-pdf-editor-5.9.40-qt5.x86_64.tar.gz" +MD5SUM_x86_64="d6e81387d4b5720117a166a5024b986e" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |