summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 628a698b62f9..122b26c89988 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,25 @@
# Generated by makepkg 5.0.1
-# Tue Jan 17 13:56:33 UTC 2017
+# Thu Jan 26 17:00:53 UTC 2017
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/elboulangero/goodvibes
arch = i686
arch = x86_64
license = GPL
makedepends = inkscape
+ makedepends = libkeybinder3
depends = glib2
depends = libsoup
depends = libxml2
depends = gst-plugins-base
- depends = gst-plugins-base-libs
+ depends = gst-plugins-ugly
depends = gtk3
depends = libnotify
- depends = dbus
- depends = libkeybinder3
- source = https://github.com/elboulangero/goodvibes/archive/0.1.tar.gz
- sha256sums = 658abc4e08a7e7c47645c31950d2ee5416f5f531273596067bbfb893d58946c4
+ depends = dconf
+ source = https://github.com/elboulangero/goodvibes/archive/0.2.tar.gz
+ sha256sums = 730612e15f40886eba3b61e0a6cd138c51799a5f9f3848291547426ae14b3aca
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index 01ade2d672cf..58bd9cbd3a1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
url="https://github.com/elboulangero/goodvibes"
license=('GPL')
depends=("glib2" "libsoup" "libxml2" "gst-plugins-base"
- "gst-plugins-base-libs" "gtk3" "libnotify" "dbus"
- "libkeybinder3")
-makedepends=("inkscape")
+ "gst-plugins-ugly" "gtk3" "libnotify" "dconf")
+makedepends=("inkscape" "libkeybinder3")
source=("https://github.com/elboulangero/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('658abc4e08a7e7c47645c31950d2ee5416f5f531273596067bbfb893d58946c4')
+sha256sums=('730612e15f40886eba3b61e0a6cd138c51799a5f9f3848291547426ae14b3aca')
build() {
cd "$srcdir/$pkgname-$pkgver"