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 ++++------ desktop/tint2/tint2.info | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'desktop') 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 \ diff --git a/desktop/tint2/tint2.info b/desktop/tint2/tint2.info index a3802f99aa..f2133db68c 100644 --- a/desktop/tint2/tint2.info +++ b/desktop/tint2/tint2.info @@ -1,8 +1,8 @@ PRGNAM="tint2" -VERSION="16.6" +VERSION="16.6.1" HOMEPAGE="https://gitlab.com/o9000/tint2" -DOWNLOAD="https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=16.6" -MD5SUM="96cfc2722bc6c3fd8a27509442e046e9" +DOWNLOAD="https://gitlab.com/o9000/tint2/-/archive/16.6.1/tint2-16.6.1.tar.gz" +MD5SUM="9d822b9a302e59e1e897cd70e1121496" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib2" -- cgit v1.2.3