summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-01-19 17:45:47 +0100
committerBilal Elmoussaoui2017-01-19 17:45:47 +0100
commit43230a5fdad05391fad14bf85e017529330d637a (patch)
tree9026b4b9a2634170398941e667d94828c7901c33
parent305d97cee987fa7a6c1fdf034bb0c663c5a38de6 (diff)
downloadaur-43230a5fdad05391fad14bf85e017529330d637a.tar.gz
update dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 808703adcf7b..4a16100fd829 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gradio-git
pkgdesc = A GTK3 app for finding and listening to internet radio stations
- pkgver = 5.0.0.beta2
- pkgrel = 2
+ pkgver = 5.0.0
+ pkgrel = 3
url = https://github.com/haecker-felix/gradio
install = gradio.install
arch = i686
@@ -17,10 +17,13 @@ pkgbase = gradio-git
depends = desktop-file-utils
depends = gstreamer
depends = gst-plugins-ugly
+ depends = gst-plugins-bad
+ depends = gst-plugins-good
+ depends = gst-plugins-good
depends = json-glib
depends = libgee
depends = libsoup
- provides = gradio=5.0.0.beta2
+ provides = gradio=5.0.0
conflicts = gradio
conflicts = gradio-bin
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index ceea5bb75f0b..0a98f0c5762c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=gradio-git
_gitname=gradio
-pkgver=5.0.0.beta2
-pkgrel=2
+pkgver=5.0.0
+pkgrel=3
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'
+depends=('desktop-file-utils' 'gstreamer' 'gst-plugins-ugly'
+'gst-plugins-bad' 'gst-plugins-good' 'gst-plugins-good' 'json-glib'
'libgee'
'libsoup')
makedepends=('git' 'gnome-common' 'intltool' 'itstool' 'vala' 'yelp-tools' 'cmake')