summaryrefslogtreecommitdiffstats
path: root/libraries/CondConfigParser
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/CondConfigParser')
-rw-r--r--libraries/CondConfigParser/CondConfigParser.SlackBuild12
-rw-r--r--libraries/CondConfigParser/CondConfigParser.info6
2 files changed, 8 insertions, 10 deletions
diff --git a/libraries/CondConfigParser/CondConfigParser.SlackBuild b/libraries/CondConfigParser/CondConfigParser.SlackBuild
index 896d3c2b0c..35c34df94f 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,16 +39,13 @@ 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
fi
TMP=${TMP:-/tmp/SBo}
-PKG=${PKG:-$TMP/package-$PRGNAM}
+PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -e
@@ -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=""