diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-11 01:06:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-12 16:01:41 +0700 |
commit | 400ecc4c92872fe0dce413e816cc71874edcf9a7 (patch) | |
tree | b52c2da4a8c9aa0f1d4333667b3c9b9e897ce02c /office | |
parent | 7f99e446f8a324cdb30e55305adf261f26ed3017 (diff) | |
download | slackbuilds-400ecc4c92872fe0dce413e816cc71874edcf9a7.tar.gz |
office/MasterPDFEditor: Updated for version 4.1.30.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 6 | ||||
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild index 34ed972ff3..ccfc8c28d5 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=MasterPDFEditor SRCNAM=master-pdf-editor -VERSION=${VERSION:-4.1.01} +VERSION=${VERSION:-4.1.30} MAJVER=4 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,8 +66,8 @@ mkdir -p $TMP $PKG $OUTPUT $PKG/opt cd $TMP rm -rf $SRCNAM-$MAJVER tar xvf $CWD/${SRCNAM}-${VERSION}_${SOURCEARCH}.tar.gz -chown -R root:root . -find -L . \ +chown -R root:root $SRCNAM-$MAJVER +find -L $SRCNAM-$MAJVER \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ diff --git a/office/MasterPDFEditor/MasterPDFEditor.info b/office/MasterPDFEditor/MasterPDFEditor.info index 27cb775a74..85f832c1c5 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.info +++ b/office/MasterPDFEditor/MasterPDFEditor.info @@ -1,10 +1,10 @@ PRGNAM="MasterPDFEditor" -VERSION="4.1.01" +VERSION="4.1.30" HOMEPAGE="https://code-industry.net/" -DOWNLOAD="http://get.code-industry.net/public/master-pdf-editor-4.1.01_i386.tar.gz" -MD5SUM="110bc08bcf855978195f720acc560677" -DOWNLOAD_x86_64="http://get.code-industry.net/public/master-pdf-editor-4.1.01_qt4.amd64.tar.gz" -MD5SUM_x86_64="a9aa5947ebbebcadf7f7d1eb775c1f27" +DOWNLOAD="http://get.code-industry.net/public/master-pdf-editor-4.1.30_i386.tar.gz" +MD5SUM="a7a4784ed4bfb485db3b1e9bfab83ea5" +DOWNLOAD_x86_64="http://get.code-industry.net/public/master-pdf-editor-4.1.30_qt4.amd64.tar.gz" +MD5SUM_x86_64="03a9768e53e03009f9f6ed40f6c3ede9" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |