summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaiko2k2020-04-21 13:54:27 +1200
committerTaiko2k2020-04-21 13:54:27 +1200
commit9160504d450789cceb9d6397ed69fbd7924dfdf3 (patch)
tree2a8825106b4d90b7e757f32cac0f776c202badfb
parent7b79ae03e19784f2f56c55c32cd53f266ce68d25 (diff)
downloadaur-9160504d450789cceb9d6397ed69fbd7924dfdf3.tar.gz
move deps
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 481cef675025..9f252b664d5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tauon-music-box
pkgdesc = A modern streamlined music player
pkgver = 5.4.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/taiko2k/tauonmb
arch = any
license = GPL3
@@ -26,15 +26,15 @@ pkgbase = tauon-music-box
depends = python-dbus
depends = python-oauthlib
depends = python-six
+ depends = gst-plugins-good
+ depends = gst-plugins-bad
+ depends = gst-plugins-ugly
+ depends = noto-fonts-cjk
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
optdepends = picard: Tag editing
- optdepends = gst-plugins-good: Extra GStreamer codecs
- optdepends = gst-plugins-bad: Extra GStreamer codecs
- optdepends = gst-plugins-ugly: Extra GStreamer codecs
source = https://github.com/Taiko2k/tauonmb/releases/download/v5.4.3/Tauon.Music.Box.v5.4.3-2.Linux.zip
sha1sums = d19921afc3333a51f1397ef61c7401b039fa5709
diff --git a/PKGBUILD b/PKGBUILD
index f14bd6ea3041..e31c02178eb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ arch=('any')
license=('GPL3')
pkgver=5.4.3
-pkgrel=2
+pkgrel=3
-depends=('python3' 'noto-fonts' 'noto-fonts-extra' 'sdl2_image' 'python-pillow' 'python-pylast' 'python-gobject' 'xdg-utils' 'python-beautifulsoup4' 'python-requests' 'python-cairo' 'python-flask' 'python-setproctitle' 'flac' 'python-musicbrainzngs' 'alsa-plugins' 'gstreamer' 'gst-plugins-base' 'python-dbus' 'python-oauthlib' 'python-six')
+depends=('python3' 'noto-fonts' 'noto-fonts-extra' 'sdl2_image' 'python-pillow' 'python-pylast' 'python-gobject' 'xdg-utils' 'python-beautifulsoup4' 'python-requests' 'python-cairo' 'python-flask' 'python-setproctitle' 'flac' 'python-musicbrainzngs' 'alsa-plugins' 'gstreamer' 'gst-plugins-base' 'python-dbus' 'python-oauthlib' 'python-six' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly' 'noto-fonts-cjk')
-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' 'gst-plugins-good: Extra GStreamer codecs' 'gst-plugins-bad: Extra GStreamer codecs' 'gst-plugins-ugly: Extra GStreamer codecs')
+optdepends=('ffmpeg: File transcoding' '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/v5.4.3/Tauon.Music.Box.v5.4.3-2.Linux.zip')