mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/python3-mediafile: Updated for version 0.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ee4c4e401b
commit
8b1fc70ada
2 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue