aboutsummaryrefslogtreecommitdiff
path: root/libraries/msgpack-c/msgpack-c.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/msgpack-c/msgpack-c.SlackBuild')
-rw-r--r--libraries/msgpack-c/msgpack-c.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/msgpack-c/msgpack-c.SlackBuild b/libraries/msgpack-c/msgpack-c.SlackBuild
index 11a15dcfc06b5..6501c045eadf5 100644
--- a/libraries/msgpack-c/msgpack-c.SlackBuild
+++ b/libraries/msgpack-c/msgpack-c.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for msgpack-c
-# Copyright 2021 Ruben Schuller <sb@rbn.im>
+# Copyright 2021-2022 Ruben Schuller <sb@rbn.im>
# Copyright 2014-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
@@ -26,12 +26,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=msgpack-c
-VERSION=${VERSION:-3.3.0}
+VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-SRCNAM=msgpack
+SRCNAM=msgpack-c-c
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -99,7 +99,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS COPYING LICENSE_1_0.txt NOTICE README \
+ COPYING LICENSE_1_0.txt NOTICE README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild