summaryrefslogtreecommitdiff
path: root/desktop/Buku/Buku.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Buku/Buku.SlackBuild')
-rw-r--r--desktop/Buku/Buku.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/desktop/Buku/Buku.SlackBuild b/desktop/Buku/Buku.SlackBuild
index 391493145e..a153a86e50 100644
--- a/desktop/Buku/Buku.SlackBuild
+++ b/desktop/Buku/Buku.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for Buku.
#
# Copyright 2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2019-2020 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Buku
-VERSION=${VERSION:-4.0}
+SRCNAM=buku
+VERSION=${VERSION:-4.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +61,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \