summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7421f5213671..e667bc68c451 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tauon-music-box
pkgdesc = A streamlined music player that uses BASS
- pkgver = 4.2.3
+ pkgver = 4.3.0
pkgrel = 1
url = https://github.com/taiko2k/tauonmb
arch = x86_64
@@ -21,13 +21,15 @@ pkgbase = tauon-music-box
depends = python-flask
depends = python-setproctitle
depends = flac
+ depends = python-musicbrainzngs
+ depends = python-discogs-client
optdepends = ffmpeg: File transcoding
optdepends = noto-fonts-cjk: Matching font for CJK characters
optdepends = p7zip: 7z archive extraction support
optdepends = unrar: RAR archive extraction support
optdepends = python-plexapi: PLEX client streaming
- source = https://github.com/Taiko2k/tauonmb/releases/download/v4.2.3/Tauon.Music.Box.v4.2.3.Linux.Bass.64bit.zip
- sha1sums = 72a300245b4c5ff79cdfaa17da898db184caa080
+ source = https://github.com/Taiko2k/tauonmb/releases/download/v4.3.0/Tauon.Music.Box.v4.3.0.Linux.Bass.64bit.zip
+ sha1sums = f256beec9362141e416b36d970bcef206e162a95
pkgname = tauon-music-box
diff --git a/PKGBUILD b/PKGBUILD
index b4192d2d695c..a2c0636bbc24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@ url="https://github.com/taiko2k/tauonmb"
arch=('x86_64')
license=('custom')
-pkgver=4.2.3
+pkgver=4.3.0
pkgrel=1
-depends=('python3' 'noto-fonts' 'noto-fonts-emoji' 'sdl2_image' 'python-pillow' 'python-pylast' 'python-gobject' 'xdg-utils' 'python-beautifulsoup4' 'python-requests' 'python-cairo' 'python-stagger' 'python-hsaudiotag3k' 'python-flask' 'python-setproctitle' 'flac')
+depends=('python3' 'noto-fonts' 'noto-fonts-emoji' 'sdl2_image' 'python-pillow' 'python-pylast' 'python-gobject' 'xdg-utils' 'python-beautifulsoup4' 'python-requests' 'python-cairo' 'python-stagger' 'python-hsaudiotag3k' 'python-flask' 'python-setproctitle' 'flac' 'python-musicbrainzngs' 'python-discogs-client')
optdepends=('ffmpeg: File transcoding' 'noto-fonts-cjk: Matching font for CJK characters' 'p7zip: 7z archive extraction support' 'unrar: RAR archive extraction support' 'python-plexapi: PLEX client streaming')
-source=('https://github.com/Taiko2k/tauonmb/releases/download/v4.2.3/Tauon.Music.Box.v4.2.3.Linux.Bass.64bit.zip')
+source=('https://github.com/Taiko2k/tauonmb/releases/download/v4.3.0/Tauon.Music.Box.v4.3.0.Linux.Bass.64bit.zip')
-sha1sums=('72a300245b4c5ff79cdfaa17da898db184caa080')
+sha1sums=('f256beec9362141e416b36d970bcef206e162a95')
package() {