summaryrefslogtreecommitdiffstats
path: root/desktop/xfce-hkmon/xfce-hkmon.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/xfce-hkmon/xfce-hkmon.SlackBuild')
-rw-r--r--desktop/xfce-hkmon/xfce-hkmon.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/xfce-hkmon/xfce-hkmon.SlackBuild b/desktop/xfce-hkmon/xfce-hkmon.SlackBuild
index 28ef26a5eb..90a1d02175 100644
--- a/desktop/xfce-hkmon/xfce-hkmon.SlackBuild
+++ b/desktop/xfce-hkmon/xfce-hkmon.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfce-hkmon
-# Copyright 2017 Leonardo Citrolo, Italy
+# Copyright 2017-2018 Leonardo Citrolo, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,11 +23,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfce-hkmon
-VERSION=${VERSION:-20161003git}
+VERSION=${VERSION:-20180315git}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-COMMIT_ID=${COMMIT_ID:-24dede4c33f2f87db3b2ab6c86eb1bb08da72812}
+COMMIT=${COMMIT:-6862a03e9ca7d2b0e96bece4cb88dfc9b3518987}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -61,9 +61,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$COMMIT_ID
-tar xvf $CWD/$PRGNAM-$COMMIT_ID.tar.gz
-cd $PRGNAM-$COMMIT_ID
+rm -rf $PRGNAM-$COMMIT
+tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz
+cd $PRGNAM-$COMMIT
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \