python/python3-pulsectl: Updated for version 22.3.2.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0180bcac0e
commit
a92e142a7e
|
@ -7,4 +7,4 @@ For async version to use with asyncio, see pulsectl-asyncio project
|
|||
instead.
|
||||
Originally forked from pulsemixer project, which had this code bundled.
|
||||
|
||||
By ~red
|
||||
By !red
|
||||
|
|
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-pulsectl
|
||||
SRCNAM=pulsectl
|
||||
VERSION=${VERSION:-22.1.3}
|
||||
VERSION=${VERSION:-22.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pulsectl"
|
||||
VERSION="22.1.3"
|
||||
VERSION="22.3.2"
|
||||
HOMEPAGE="https://github.com/mk-fg/python-pulse-control"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/30/f1/4f665e47c11a9a589e0a757c35758f1a41c89b8d59c3b9b84b871cec8188/pulsectl-22.1.3.tar.gz"
|
||||
MD5SUM="bfeb6892fe23df241aeb7e3d11b556f5"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/38/b5/7fb041271e9db6ad54a74eecbc84f8c9a9faf696c267b63dfc9fbbf63d49/pulsectl-22.3.2.tar.gz"
|
||||
MD5SUM="e27a3fd297f585eacd1d4f42ec11e09f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue