diff options
author | ltlnx <ltlnx@disroot.org> | 2024-11-21 09:50:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-21 10:18:35 +0700 |
commit | f8b0871bf0908b260261d6b44ee9ed8291b692ef (patch) | |
tree | 86e0a856ffa6e30b187d9a3bd49f161047e73335 /misc/fcitx5-table-other/fcitx5-table-other.SlackBuild | |
parent | 81ccf7f567fd03bc862035acba647cf44a7e42a4 (diff) |
misc/fcitx5-table-other: Updated for version 5.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/fcitx5-table-other/fcitx5-table-other.SlackBuild')
-rw-r--r-- | misc/fcitx5-table-other/fcitx5-table-other.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fcitx5-table-other/fcitx5-table-other.SlackBuild b/misc/fcitx5-table-other/fcitx5-table-other.SlackBuild index bded45b468..9a865c4595 100644 --- a/misc/fcitx5-table-other/fcitx5-table-other.SlackBuild +++ b/misc/fcitx5-table-other/fcitx5-table-other.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fcitx5-table-other -VERSION=${VERSION:-5.1.1} +VERSION=${VERSION:-5.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -59,7 +59,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-${VERSION}.tar.xz +tar xvf $CWD/$PRGNAM-${VERSION}.tar.* cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |