summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 444033d27c3c..6ba108e25f47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tauon-music-box
pkgdesc = A streamlined music player that uses BASS
- pkgver = 4.6.2
+ pkgver = 4.6.3
pkgrel = 1
url = https://github.com/taiko2k/tauonmb
arch = x86_64
@@ -23,13 +23,14 @@ pkgbase = tauon-music-box
depends = flac
depends = python-musicbrainzngs
depends = python-discogs-client
+ depends = alsa-plugins
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.6.2/Tauon.Music.Box.v4.6.2.Linux.Bass.64bit.zip
- sha1sums = 745f95c284540ec49084d3287ccb58039f6ab4ac
+ source = https://github.com/Taiko2k/tauonmb/releases/download/v4.6.3/Tauon.Music.Box.v4.6.3.Linux.Bass.64bit.zip
+ sha1sums = af30958e178553174b7f0d8dc229205218bf02b3
pkgname = tauon-music-box
diff --git a/PKGBUILD b/PKGBUILD
index d03294637eb4..240742c865c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@ url="https://github.com/taiko2k/tauonmb"
arch=('x86_64')
license=('custom')
-pkgver=4.6.2
+pkgver=4.6.3
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' 'python-musicbrainzngs' 'python-discogs-client')
+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' 'alsa-plugins')
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.6.2/Tauon.Music.Box.v4.6.2.Linux.Bass.64bit.zip')
+source=('https://github.com/Taiko2k/tauonmb/releases/download/v4.6.3/Tauon.Music.Box.v4.6.3.Linux.Bass.64bit.zip')
-sha1sums=('745f95c284540ec49084d3287ccb58039f6ab4ac')
+sha1sums=('af30958e178553174b7f0d8dc229205218bf02b3')
package() {