summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-01-19 17:43:10 +0100
committerBilal Elmoussaoui2017-01-19 17:43:10 +0100
commit35d877e009faa4815ce7ce411d153b9a72ab7ef5 (patch)
tree5085061bd43514001efe6e56fc9fa2dd74c104da /PKGBUILD
parentcb1ca78452e36939a67b89377a3ddee5b34ed0d0 (diff)
downloadaur-35d877e009faa4815ce7ce411d153b9a72ab7ef5.tar.gz
add needed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 639a9ce91b9e..f0028b604caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@ pkgname=gradio
_gitname=gradio
pkgver=5.0
_pkgver=5.0
-pkgrel=1
+pkgrel=2
pkgdesc='A GTK3 app for finding and listening to internet radio stations'
arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/haecker-felix/gradio"
-depends=('desktop-file-utils' 'gstreamer' 'gst-plugins-ugly'
-'json-glib' 'libgee'
+depends=('desktop-file-utils' 'gstreamer' 'gst-plugins-ugly'
+'gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'json-glib'
+'libgee'
'libsoup')
makedepends=('unzip' 'gnome-common' 'intltool' 'itstool' 'vala' 'yelp-tools' 'cmake')
options=('!emptydirs')