summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2017-02-01 15:28:12 +0100
committerÉtienne Deparis2017-02-01 15:28:12 +0100
commit1608b85f2661cb33132e1e7f8e4299bcfc77718e (patch)
treec08217df333b3c41b5940ccff8348a8801495c05 /PKGBUILD
parent847e9802e8f55cbe8b1d041280bfe5586098809b (diff)
downloadaur-1608b85f2661cb33132e1e7f8e4299bcfc77718e.tar.gz
gst-plugins-good is required to fetch stream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9268d6a396c6..ed2b3b64e00d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=goodvibes
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
url="https://github.com/elboulangero/goodvibes"
license=('GPL')
depends=("glib2" "dconf" "gtk3" "libsoup" "libxml2" "libnotify"
- "gst-plugins-base" "gst-plugins-ugly" "libkeybinder3")
+ "gst-plugins-base" "gst-plugins-good" "gst-plugins-ugly"
+ "libkeybinder3")
makedepends=("inkscape")
source=("https://github.com/elboulangero/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('730612e15f40886eba3b61e0a6cd138c51799a5f9f3848291547426ae14b3aca')