summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2017-01-27 23:37:37 +0100
committerÉtienne Deparis2017-01-27 23:37:37 +0100
commit847e9802e8f55cbe8b1d041280bfe5586098809b (patch)
treecd7ba15e88d382def4138e67d779d8a8df8e55b6
parentc6c95c5235d6dd3b1e2bb134b4d0166daed2904f (diff)
downloadaur-847e9802e8f55cbe8b1d041280bfe5586098809b.tar.gz
New pkgbuild version
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 122b26c89988..93b149d0631a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
# Generated by makepkg 5.0.1
-# Thu Jan 26 17:00:53 UTC 2017
+# Fri Jan 27 22:37:11 UTC 2017
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/elboulangero/goodvibes
arch = i686
arch = x86_64
license = GPL
makedepends = inkscape
- makedepends = libkeybinder3
depends = glib2
+ depends = dconf
+ depends = gtk3
depends = libsoup
depends = libxml2
+ depends = libnotify
depends = gst-plugins-base
depends = gst-plugins-ugly
- depends = gtk3
- depends = libnotify
- depends = dconf
+ depends = libkeybinder3
source = https://github.com/elboulangero/goodvibes/archive/0.2.tar.gz
sha256sums = 730612e15f40886eba3b61e0a6cd138c51799a5f9f3848291547426ae14b3aca
diff --git a/PKGBUILD b/PKGBUILD
index 58bd9cbd3a1e..9268d6a396c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=goodvibes
pkgver=0.2
-pkgrel=1
+pkgrel=2
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-ugly" "gtk3" "libnotify" "dconf")
-makedepends=("inkscape" "libkeybinder3")
+depends=("glib2" "dconf" "gtk3" "libsoup" "libxml2" "libnotify"
+ "gst-plugins-base" "gst-plugins-ugly" "libkeybinder3")
+makedepends=("inkscape")
source=("https://github.com/elboulangero/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('730612e15f40886eba3b61e0a6cd138c51799a5f9f3848291547426ae14b3aca')