Browse Source
audio/tauonmb: Updated for version 7.0.1.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/159/head
Pouria Rezaei
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
audio/tauonmb/tauonmb.SlackBuild
-
audio/tauonmb/tauonmb.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for Tauon Music Box |
|
|
|
|
|
|
|
# Copyright 2019-2021 Pouria Rezaei <Pouria.rz@outlook.com> |
|
|
|
# Copyright 2019-2022 Pouria Rezaei <Pouria.rz@outlook.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=tauonmb |
|
|
|
VERSION=${VERSION:-6.8.3} |
|
|
|
VERSION=${VERSION:-7.0.1} |
|
|
|
SRCNAM=TauonMusicBox |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="tauonmb" |
|
|
|
VERSION="6.8.3" |
|
|
|
VERSION="7.0.1" |
|
|
|
HOMEPAGE="https://tauonmusicbox.rocks/" |
|
|
|
DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v6.8.3/TauonMusicBox-6.8.3.tar.gz" |
|
|
|
MD5SUM="595d4ad53265621af1aaba0ac43a4a12" |
|
|
|
DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v7.0.1/TauonMusicBox-7.0.1.tar.gz" |
|
|
|
MD5SUM="6891a5020fa432104a328aedc7260d2e" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="libopenmpt musicbrainzngs picard pylast python3-natsort python3-isounidecode python3-plexapi python3-pulsectl python3-pylyrics python3-pypresence python3-pysdl2 python3-tekore send2trash setproctitle websocket-client" |
|
|
|