diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2019-12-01 08:17:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-01 08:17:35 +0700 |
commit | b0386601ebee9cfa3f400358e550fdedc1aa3124 (patch) | |
tree | fe837b571fb85e32edc7865fead84cc7b2a7dd5f /development/uncrustify/uncrustify.SlackBuild | |
parent | 0fba8ca68c4e479edaa70de67cef591324050f7a (diff) | |
download | slackbuilds-b0386601ebee9cfa3f400358e550fdedc1aa3124.tar.gz |
development/uncrustify: Updated for version 0.70.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/uncrustify/uncrustify.SlackBuild')
-rw-r--r-- | development/uncrustify/uncrustify.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/development/uncrustify/uncrustify.SlackBuild b/development/uncrustify/uncrustify.SlackBuild index d15d4f03b3..d10882bd5d 100644 --- a/development/uncrustify/uncrustify.SlackBuild +++ b/development/uncrustify/uncrustify.SlackBuild @@ -5,7 +5,7 @@ # Written by Aleksandar Samardzic <asamardzic@gmail.com> PRGNAM=uncrustify -VERSION=${VERSION:-0.69.0} +VERSION=${VERSION:-0.70.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +62,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mv $PKG/usr/share/man $PKG/usr -rmdir $PKG/usr/share gzip -9 $PKG/usr/man/man1/* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |