summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Philip Lacroix2023-01-29 07:32:04 +0100
committer Willy Sudiarto Raharjo2023-02-04 01:19:49 +0100
commit85be232c481edc3be7c6bd148e40322eb5229655 (patch)
tree1dd52a27f59739f0425bb5354491c403db09ba62
parent13e61662521cb7860f0ece20333979971d200e6c (diff)
downloadslackbuilds-85be232c481edc3be7c6bd148e40322eb5229655.tar.gz
libraries/CondConfigParser: Updated for version 1.0.5.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/CondConfigParser/CondConfigParser.SlackBuild10
-rw-r--r--libraries/CondConfigParser/CondConfigParser.info6
2 files changed, 7 insertions, 9 deletions
diff --git a/libraries/CondConfigParser/CondConfigParser.SlackBuild b/libraries/CondConfigParser/CondConfigParser.SlackBuild
index 896d3c2b0c..50c09dd3ec 100644
--- a/libraries/CondConfigParser/CondConfigParser.SlackBuild
+++ b/libraries/CondConfigParser/CondConfigParser.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for CondConfigParser
-# Copyright 2015-2017 Philip Lacroix <slackph at posteo dot de>
+# Copyright 2015-2023 Philip Lacroix <slackph at posteo dot de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=CondConfigParser
-VERSION=${VERSION:-1.0.3}
+SRCNAM=python3-CondConfigParser
+VERSION=${VERSION:-1.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -56,7 +54,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvjf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvzf $CWD/$SRCNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
diff --git a/libraries/CondConfigParser/CondConfigParser.info b/libraries/CondConfigParser/CondConfigParser.info
index 4ef9bb7c82..611c0c8273 100644
--- a/libraries/CondConfigParser/CondConfigParser.info
+++ b/libraries/CondConfigParser/CondConfigParser.info
@@ -1,8 +1,8 @@
PRGNAM="CondConfigParser"
-VERSION="1.0.3"
+VERSION="1.0.5"
HOMEPAGE="http://frougon.net/projects/CondConfigParser"
-DOWNLOAD="http://frougon.net/projects/CondConfigParser/dist/1.0.3/CondConfigParser-1.0.3.tar.bz2"
-MD5SUM="247f66a6e02c8208cd4f9e2324d0d277"
+DOWNLOAD="http://frougon.net/projects/CondConfigParser/dist/1.0.5/python3-CondConfigParser-1.0.5.tar.gz"
+MD5SUM="b60d211277e3579d319771541d77f3d8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""