mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/pylast: Updated for version 5.0.0. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4e75e58d6a
commit
dde2dc3a82
2 changed files with 8 additions and 7 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
# Slackware build script for pylast
|
||||
|
||||
# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||
# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -25,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pylast
|
||||
VERSION=${VERSION:-4.1.0}
|
||||
VERSION=${VERSION:-5.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pylast"
|
||||
VERSION="4.1.0"
|
||||
VERSION="5.0.0"
|
||||
HOMEPAGE="https://github.com/pylast/pylast"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/99/97/75508fee9664e622d2d66e45059e05107464c871ea54a22c3f16a36a01c8/pylast-4.1.0.tar.gz"
|
||||
MD5SUM="beea5dced799a7dba0ecd6396c8e366e"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pylast/pylast-5.0.0.tar.gz"
|
||||
MD5SUM="0357d928765d1fbc95675038f7ea8c42"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
REQUIRES="python3-httpx"
|
||||
MAINTAINER="fourtysixandtwo"
|
||||
EMAIL="fourtysixandtwo@sliderr.net"
|
||||
|
|
Loading…
Reference in a new issue