summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2017-07-09 14:00:27 +0100
committerJonathon Fernyhough2017-07-09 14:00:27 +0100
commitdbc2c23902af48c84a1b7b293e8c37a2c026883d (patch)
tree7413f1bb564e501aac612605584a45aeb18cd1f3
parente2d93554b46688bc2b898d70b552592ec6bdbdd6 (diff)
downloadaur-dbc2c23902af48c84a1b7b293e8c37a2c026883d.tar.gz
Fix optdeps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb8c4890e2ad..882ddf4cdbb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = radiotray
pkgdesc = An online radio streaming player that runs on a Linux system tray.
pkgver = 0.7.3
- pkgrel = 12
+ pkgrel = 13
url = https://radiotray.wordpress.com/
arch = any
license = GPL
@@ -13,8 +13,8 @@ pkgbase = radiotray
depends = python2-lxml
depends = python2-notify
depends = python2-xdg
- optdepends = gst-plugins-bad
- optdepends = gst-plugins-ugly
+ optdepends = gst-plugins-bad: extra codec support
+ optdepends = gst-plugins-ugly: extra codec support
optdepends = gst-libav: nonfree media decoding
optdepends = libappindicator-gtk3: indicator applet support
provides = radiotray
diff --git a/PKGBUILD b/PKGBUILD
index 4966e7f5ff23..6e236ba7ec41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=radiotray
pkgver=0.7.3
-pkgrel=12
+pkgrel=13
_commit=1717a0e8c143
pkgdesc="An online radio streaming player that runs on a Linux system tray."
arch=(any)
@@ -12,7 +12,8 @@ url="https://radiotray.wordpress.com/"
license=(GPL)
depends=('gstreamer' 'gst-plugins-base' 'gst-plugins-good' \
'python2-dbus' 'python2-gobject' 'python2-lxml' 'python2-notify' 'python2-xdg')
-optdepends=('gst-plugins-bad' 'gst-plugins-ugly'
+optdepends=('gst-plugins-bad: extra codec support'
+ 'gst-plugins-ugly: extra codec support'
'gst-libav: nonfree media decoding'
'libappindicator-gtk3: indicator applet support')
provides=("${pkgname}")