python/python3-mediafile: Updated for version 0.11.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-12-19 04:43:17 -07:00 committed by Willy Sudiarto Raharjo
parent ee4c4e401b
commit 8b1fc70ada
2 changed files with 4 additions and 7 deletions

View file

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-mediafile
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-0.10.1}
VERSION=${VERSION:-0.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -41,9 +41,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

View file

@ -1,8 +1,8 @@
PRGNAM="python3-mediafile"
VERSION="0.10.1"
VERSION="0.11.0"
HOMEPAGE="https://github.com/beetbox/mediafile"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/mediafile/mediafile-0.10.1.tar.gz"
MD5SUM="8a6698325770bce6fd59e834ecbde5f3"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/mediafile/mediafile-0.11.0.tar.gz"
MD5SUM="09d7a17271f4cbacd1850a14c7474e7b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mutagen python3-flit_core"