mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
office/MasterPDFEditor: Updated for version 4.1.30.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7f99e446f8
commit
400ecc4c92
2 changed files with 8 additions and 8 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue