summaryrefslogtreecommitdiffstats
path: root/source/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-04-24 20:08:55 +0000
committer Eric Hameleers <alien@slackware.com>2024-04-24 22:30:34 +0200
commit48fa1dd3030f07f257e0226ee4bc7691331fe6f6 (patch)
treebc7a8c4c98a4536a71d43558410f41288be7f94e /source/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild
parent1531b10f73b870c8fabb19e9b84b8fd60d349bac (diff)
downloadcurrent-48fa1dd3030f07f257e0226ee4bc7691331fe6f6.tar.gz
current-48fa1dd3030f07f257e0226ee4bc7691331fe6f6.tar.xz
Wed Apr 24 20:08:55 UTC 202420240424200855
ap/dmidecode-3.6-x86_64-1.txz: Upgraded. kde/fcitx5-configtool-5.1.5-x86_64-1.txz: Upgraded. l/aom-3.9.0-x86_64-1.txz: Upgraded. x/mesa-24.0.6-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild b/source/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild
index 26d404e76..a2e67f5c3 100755
--- a/source/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild
+++ b/source/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2017 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2017, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2017, 2020, 2024 Patrick J. Volkerding, Sebeka, MN, USA
#
# All rights reserved.
#
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=fcitx5-configtool
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | cut -f 2- -d _ | rev)}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.zst | rev | cut -f 3- -d . | cut -f 1 -d - | cut -f 2- -d _ | rev)}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -74,7 +74,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf fcitx5-configtool-$VERSION
-tar xvf $CWD/fcitx5-configtool-${VERSION}.tar.?z || exit 1
+tar xvf $CWD/fcitx5-configtool-${VERSION}.tar.zst || exit 1
cd fcitx5-configtool-$VERSION || exit 1
chown -R root:root .