Browse Source

python/python3-xcffib: Updated for version 1.2.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
Isaac Yu 3 years ago
committed by Willy Sudiarto Raharjo
parent
commit
5debda609b
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 7
      python/python3-xcffib/python3-xcffib.SlackBuild
  2. 6
      python/python3-xcffib/python3-xcffib.info

7
python/python3-xcffib/python3-xcffib.SlackBuild

@ -3,7 +3,7 @@
# Slackware build script for python3-xcffib
# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-xcffib
SRCNAM=$( echo $PRGNAM | cut -d- -f2- )
VERSION=${VERSION:-1.1.2}
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -40,9 +40,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

6
python/python3-xcffib/python3-xcffib.info

@ -1,8 +1,8 @@
PRGNAM="python3-xcffib"
VERSION="1.1.2"
VERSION="1.2.0"
HOMEPAGE="https://github.com/tych0/xcffib"
DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-1.1.2.tar.gz"
MD5SUM="2fc058403bfad5f0d807dc57dde635de"
DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-1.2.0.tar.gz"
MD5SUM="1dab2ef74baa672d658c685b3346eff8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

Loading…
Cancel
Save