summaryrefslogtreecommitdiffstats
path: root/desktop/tint2/tint2.SlackBuild
diff options
context:
space:
mode:
author Dugan Chen2018-11-15 21:35:29 +0100
committer Willy Sudiarto Raharjo2018-11-17 12:42:45 +0100
commitb31a09e91be50e511975f75c89f741b83f8b9306 (patch)
tree826dc4dd3ebadc9bb01a8c56c45d03a950bfda07 /desktop/tint2/tint2.SlackBuild
parent51f11f14fe090dcd03b816f31d8d442bb0158da6 (diff)
downloadslackbuilds-b31a09e91be50e511975f75c89f741b83f8b9306.tar.gz
desktop/tint2: Updated for version 16.6.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/tint2/tint2.SlackBuild')
-rw-r--r--desktop/tint2/tint2.SlackBuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/desktop/tint2/tint2.SlackBuild b/desktop/tint2/tint2.SlackBuild
index 1bef89b635..2a3a978450 100644
--- a/desktop/tint2/tint2.SlackBuild
+++ b/desktop/tint2/tint2.SlackBuild
@@ -6,10 +6,9 @@
# You are free to modify or redistribute this in any way you wish.
PRGNAM=tint2
-VERSION=${VERSION:-16.6}
+VERSION=${VERSION:-16.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-COMMIT=${COMMIT:-1054aac7ca9f93aa140a5a7606b75599521fed5b}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -39,10 +38,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-SRCDIR=${PRGNAM}-${VERSION}-${COMMIT}
-rm -rf ${SRCDIR}
-tar xvf ${CWD}/${SRCDIR}.tar.gz || tar xvf ${CWD}/archive.tar.gz\?ref\=${VERSION}
-cd ${SRCDIR}
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \