From b31a09e91be50e511975f75c89f741b83f8b9306 Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Thu, 15 Nov 2018 20:35:29 +0000 Subject: desktop/tint2: Updated for version 16.6.1. Signed-off-by: David Spencer --- desktop/tint2/tint2.SlackBuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'desktop/tint2/tint2.SlackBuild') 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 \ -- cgit v1.2.3