summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2017-02-03 19:44:29 +0100
committerÉtienne Deparis2017-02-03 19:44:29 +0100
commit125776397b82bff151efe0f3e23f44bdbaac10e0 (patch)
tree5d8c7e50c0fab61bdc68e29f8121d95efb8a171b
parent1608b85f2661cb33132e1e7f8e4299bcfc77718e (diff)
downloadaur-125776397b82bff151efe0f3e23f44bdbaac10e0.tar.gz
Cleanup dependancies. Push new version
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 571b10db8a36..f6ba046da705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,23 @@
# Generated by makepkg 5.0.1
-# Wed Feb 1 14:27:35 UTC 2017
+# Fri Feb 3 18:43:43 UTC 2017
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.2
- pkgrel = 3
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/elboulangero/goodvibes
arch = i686
arch = x86_64
license = GPL
- makedepends = inkscape
depends = glib2
depends = dconf
depends = gtk3
depends = libsoup
- depends = libxml2
- depends = libnotify
+ depends = libkeybinder3
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
- sha256sums = 730612e15f40886eba3b61e0a6cd138c51799a5f9f3848291547426ae14b3aca
+ source = https://github.com/elboulangero/goodvibes/archive/0.2.1.tar.gz
+ sha256sums = f03695f72f767638bde936aa512088d75232249b2b99ca47fd00b1a16c30bc27
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index ed2b3b64e00d..dd00855f985e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,22 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.2
-pkgrel=3
+pkgver=0.2.1
+pkgrel=1
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-good" "gst-plugins-ugly"
- "libkeybinder3")
-makedepends=("inkscape")
+depends=("glib2" "dconf" "gtk3" "libsoup" "libkeybinder3"
+ "gst-plugins-base" "gst-plugins-good" "gst-plugins-ugly")
source=("https://github.com/elboulangero/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('730612e15f40886eba3b61e0a6cd138c51799a5f9f3848291547426ae14b3aca')
+sha256sums=('f03695f72f767638bde936aa512088d75232249b2b99ca47fd00b1a16c30bc27')
build() {
cd "$srcdir/$pkgname-$pkgver"
./autogen.sh
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-all
make
}