diff options
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 8 | ||||
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.info | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild index 034d3e0e81..b647bb79f0 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=MasterPDFEditor SRCNAM=master-pdf-editor -VERSION=${VERSION:-5.4.10} +VERSION=${VERSION:-5.4.20} MAJVER=${MAJVER:-5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,7 +45,7 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" - SOURCEARCH="i386" + SOURCEARCH=".i386" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" @@ -53,7 +53,7 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" - SOURCEARCH="qt4.amd64" + SOURCEARCH="-qt4.amd64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" @@ -65,7 +65,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT $PKG/opt cd $TMP rm -rf $SRCNAM-$MAJVER -tar xvf $CWD/${SRCNAM}-${VERSION}_${SOURCEARCH}.tar.gz +tar xvf $CWD/${SRCNAM}-${VERSION}${SOURCEARCH}.tar.gz chown -R root:root $SRCNAM-$MAJVER find -L $SRCNAM-$MAJVER \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/office/MasterPDFEditor/MasterPDFEditor.info b/office/MasterPDFEditor/MasterPDFEditor.info index a85331e108..b7f5eca9d4 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.info +++ b/office/MasterPDFEditor/MasterPDFEditor.info @@ -1,10 +1,10 @@ PRGNAM="MasterPDFEditor" -VERSION="5.4.10" +VERSION="5.4.20" HOMEPAGE="https://code-industry.net/" -DOWNLOAD="https://code-industry.net/public/master-pdf-editor-5.4.10_i386.tar.gz" -MD5SUM="79c87f57cffed2bf16d206a95371c046" -DOWNLOAD_x86_64="https://code-industry.net/public/master-pdf-editor-5.4.10_qt4.amd64.tar.gz" -MD5SUM_x86_64="a009236ff0dd203742eec1a9d674e5b8" +DOWNLOAD="https://code-industry.net/public/master-pdf-editor-5.4.20.i386.tar.gz" +MD5SUM="996e7bf410435c695f2cfd509395f09b" +DOWNLOAD_x86_64="https://code-industry.net/public/master-pdf-editor-5.4.20-qt4.amd64.tar.gz" +MD5SUM_x86_64="44742808195f203ac7aa22b52f3c51f5" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |