office/MasterPDFEditor: Updated for version 5.9.84.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-06-01 12:11:38 +07:00
parent 10a499d86f
commit d2c139de46
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=MasterPDFEditor
SRCNAM=master-pdf-editor
VERSION=${VERSION:-5.9.82}
VERSION=${VERSION:-5.9.84}
MAJVER=${MAJVER:-5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -50,7 +50,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "x86_64" ]; then
SOURCEARCH="-qt5.x86_64"
SOURCEARCH=".x86_64-qt5_include"
else
echo "Architecture is not supported."
exit 1

View file

@ -1,10 +1,10 @@
PRGNAM="MasterPDFEditor"
VERSION="5.9.82"
VERSION="5.9.84"
HOMEPAGE="https://code-industry.net/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://code-industry.net/public/master-pdf-editor-5.9.82-qt5.x86_64.tar.gz"
MD5SUM_x86_64="7697e22a481f4f02d2cb9e98d899c000"
DOWNLOAD_x86_64="https://code-industry.net/public/master-pdf-editor-5.9.84.x86_64-qt5_include.tar.gz"
MD5SUM_x86_64="a395909f92cf9a98355c85c9b9cbc9ec"
REQUIRES="pkcs11-helper"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"