diff options
author | Chris Abela <kristofru@gmail.com> | 2020-05-20 00:12:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-20 00:12:57 +0700 |
commit | 299a185296e267a1ea57bbe94c9319288818bcb1 (patch) | |
tree | 41570ff2637ef29674ac95e5a0ffb86885ed7287 /office/lumina-pdf/lumina-pdf.SlackBuild | |
parent | a6e5ade6f718a739b42c77fabcf2f65979833c0a (diff) |
office/lumina-pdf: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/lumina-pdf/lumina-pdf.SlackBuild')
-rw-r--r-- | office/lumina-pdf/lumina-pdf.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/lumina-pdf/lumina-pdf.SlackBuild b/office/lumina-pdf/lumina-pdf.SlackBuild index e15f0c2339..b4855dc338 100644 --- a/office/lumina-pdf/lumina-pdf.SlackBuild +++ b/office/lumina-pdf/lumina-pdf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lumina-pdf -# Copyright 2019 Chris Abela, Malta +# Copyright 2019, 2020 Chris Abela, Malta # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lumina-pdf -VERSION=${VERSION:-1.5.0_20190822} +VERSION=${VERSION:-1.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +62,7 @@ cd $TMP rm -rf $PRGNAM tar xvf $CWD/$PRGNAM-$VERSION.tar.gz patch -p0 <$CWD/lumina-pdf.patch -cd $PRGNAM +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |