summarylogtreecommitdiffstats
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
parent847e9802e8f55cbe8b1d041280bfe5586098809b (diff)
downloadaur-1608b85f2661cb33132e1e7f8e4299bcfc77718e.tar.gz
gst-plugins-good is required to fetch stream
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93b149d0631a..571b10db8a36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.1
-# Fri Jan 27 22:37:11 UTC 2017
+# Wed Feb 1 14:27:35 UTC 2017
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
pkgver = 0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/elboulangero/goodvibes
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = goodvibes
depends = libxml2
depends = libnotify
depends = gst-plugins-base
+ depends = gst-plugins-good
depends = gst-plugins-ugly
depends = libkeybinder3
source = https://github.com/elboulangero/goodvibes/archive/0.2.tar.gz
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')