summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaiko2k2019-10-04 22:38:48 +1300
committerTaiko2k2019-10-04 22:38:48 +1300
commitbe7fe44dfe192fb949eba952d0dfff56b967a1bc (patch)
treeb13533bd3abdd1841d3a86b62abc17bc618012f0
parentc0204469378617eba8f49451268ccf994df9240e (diff)
downloadaur-be7fe44dfe192fb949eba952d0dfff56b967a1bc.tar.gz
add picard as optdepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3db606ad0df2..4bafab9739dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tauon-music-box
pkgdesc = A streamlined music player that uses BASS
pkgver = 4.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/taiko2k/tauonmb
arch = x86_64
license = custom
@@ -29,6 +29,7 @@ pkgbase = tauon-music-box
optdepends = p7zip: 7z archive extraction support
optdepends = unrar: RAR archive extraction support
optdepends = python-plexapi: PLEX client streaming
+ optdepends = picard: Tag editing
source = https://github.com/Taiko2k/tauonmb/releases/download/v4.8.1/Tauon.Music.Box.v4.8.1.Linux.Bass.64bit.zip
sha1sums = be531d079c87521ed39cd44bb07e28eb8334ac83
diff --git a/PKGBUILD b/PKGBUILD
index cd56a556ce9a..c0cba2387063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ arch=('x86_64')
license=('custom')
pkgver=4.8.1
-pkgrel=1
+pkgrel=2
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')
+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' 'picard: Tag editing')
source=('https://github.com/Taiko2k/tauonmb/releases/download/v4.8.1/Tauon.Music.Box.v4.8.1.Linux.Bass.64bit.zip')