summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Zhu Qun-Ying2022-06-14 06:34:56 +0200
committer Willy Sudiarto Raharjo2022-06-18 04:10:06 +0200
commitb8b1d7b310b13f8e3196368434882231ccfd697f (patch)
tree0b2960c175d1a6a3bbd9560fae4ad34e87c82449 /development
parent418eedbb6d488edb4b7c7cd3576bdae3fe2c1c82 (diff)
downloadslackbuilds-b8b1d7b310b13f8e3196368434882231ccfd697f.tar.gz
development/uncrustify: Updated for version 0.75.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/uncrustify/uncrustify.SlackBuild10
-rw-r--r--development/uncrustify/uncrustify.info6
2 files changed, 9 insertions, 7 deletions
diff --git a/development/uncrustify/uncrustify.SlackBuild b/development/uncrustify/uncrustify.SlackBuild
index 21a4c75d20..c602bd9d96 100644
--- a/development/uncrustify/uncrustify.SlackBuild
+++ b/development/uncrustify/uncrustify.SlackBuild
@@ -1,13 +1,14 @@
#!/bin/bash
# Slackware build script for uncrustify
-
+# Copyright 2015-2022, Zhu Qun-Ying
+#
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=uncrustify
-VERSION=${VERSION:-0.74.0}
+VERSION=${VERSION:-0.75.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -74,8 +75,9 @@ mv $PKG/usr/share/man $PKG/usr
gzip -9 $PKG/usr/man/man1/*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog documentation \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a documentation $PKG/usr/doc/$PRGNAM-$VERSION
+mv $PKG/usr/share/doc/uncrustify/* $PKG/usr/doc/$PRGNAM-$VERSION
+rm -rf $PKG/usr/share
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/uncrustify/uncrustify.info b/development/uncrustify/uncrustify.info
index a64ea0f8a2..007cdf540c 100644
--- a/development/uncrustify/uncrustify.info
+++ b/development/uncrustify/uncrustify.info
@@ -1,8 +1,8 @@
PRGNAM="uncrustify"
-VERSION="0.74.0"
+VERSION="0.75.1"
HOMEPAGE="http://uncrustify.sourceforge.net/"
-DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.74.0/uncrustify-uncrustify-0.74.0.tar.gz"
-MD5SUM="9cd2e1828132bd908df965703e410fb5"
+DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.75.1/uncrustify-uncrustify-0.75.1.tar.gz"
+MD5SUM="4a8027cb35a6b4eabbbae75213497dc2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""