aboutsummaryrefslogtreecommitdiff
path: root/system/bat/bat.SlackBuild
diff options
context:
space:
mode:
authorErich Ritz <erich.public@protonmail.com>2023-03-30 09:58:22 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-01 09:14:29 +0700
commit97198dbb081aacf2897b1db0d56a1216cffa9cc4 (patch)
tree9430b3f5d7d996accec27923191a700953fb000c /system/bat/bat.SlackBuild
parentbbc5a71915cf6442c7cd94f229103133170ed096 (diff)
system/bat: Updated for version 0.23.0.
Signed-off-by: Erich Ritz <erich.public@protonmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bat/bat.SlackBuild')
-rw-r--r--system/bat/bat.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/bat/bat.SlackBuild b/system/bat/bat.SlackBuild
index c26b53c0d6..0e072e16ca 100644
--- a/system/bat/bat.SlackBuild
+++ b/system/bat/bat.SlackBuild
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bat
-VERSION=${VERSION:-0.22.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.23.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -168,9 +168,6 @@ mkdir -p $PKG/usr/bin/
find target -name $PRGNAM -exec install -m 755 {} $PKG/usr/bin/$PRGNAM \;
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
mkdir -p $PKG/usr/share/bash-completion/completions
find target -name $PRGNAM.bash -exec install -m 644 {} $PKG/usr/share/bash-completion/completions/$PRGNAM \;