diff options
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..25b96cc762 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.5} 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 . \ |