aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-03-06 10:15:48 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:11 +0700
commit92610931efc193d0e3f4dd4e0cefc0bef5f3aa20 (patch)
treeb25233bc12a8f06f23dde1fd7e4b9735c9653440
parent695b2eb42905f1fd53c76d41583bca5a2541a36d (diff)
python/kallithea-frontend: Updated for updated Kallithea.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/kallithea-frontend/kallithea-frontend.SlackBuild8
-rw-r--r--python/kallithea-frontend/kallithea-frontend.info4
2 files changed, 6 insertions, 6 deletions
diff --git a/python/kallithea-frontend/kallithea-frontend.SlackBuild b/python/kallithea-frontend/kallithea-frontend.SlackBuild
index c6592854608c..e134297cc615 100644
--- a/python/kallithea-frontend/kallithea-frontend.SlackBuild
+++ b/python/kallithea-frontend/kallithea-frontend.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=kallithea-frontend
VERSION=${VERSION:-0.7.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -58,9 +58,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-$VERSION-$BUILD $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION-$BUILD.tar.xz || tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
+cd $PRGNAM-$VERSION-$BUILD || 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/python/kallithea-frontend/kallithea-frontend.info b/python/kallithea-frontend/kallithea-frontend.info
index c7ccaf2dacdb..99d0166e18ef 100644
--- a/python/kallithea-frontend/kallithea-frontend.info
+++ b/python/kallithea-frontend/kallithea-frontend.info
@@ -1,8 +1,8 @@
PRGNAM="kallithea-frontend"
VERSION="0.7.0"
HOMEPAGE="https://kallithea-scm.org/"
-DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/kallithea-frontend/kallithea-frontend-0.7.0.tar.xz"
-MD5SUM="81a99afd8fa3de0fec3b2cc75669ff5d"
+DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/kallithea-frontend/kallithea-frontend-0.7.0-2.tar.xz"
+MD5SUM="c6fbe20fffa1c96485bccdde57bcf051"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Kallithea"