summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7feb80f0bc1e..68d88047d65c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,20 @@
# Generated by mksrcinfo v8
-# Sat Mar 26 21:49:44 UTC 2016
+# Sat Mar 26 23:09:09 UTC 2016
pkgbase = soundnode-app-bin
pkgdesc = Soundcloud client for the desktop
pkgver = 0.6.3
- pkgrel = 2
+ pkgrel = 3
url = http://www.soundnodeapp.com/
arch = x86_64
arch = i686
license = GPL3
depends = gconf
+ depends = gtk2
+ depends = libxtst
+ depends = nss
+ depends = alsa-lib
+ depends = libnotify
+ depends = fontconfig
options = !strip
source = https://raw.githubusercontent.com/Soundnode/soundnode-app/0.6.3/app/soundnode.png
source = soundnode-app.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 51b3c911c726..6cfa87ae5ed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rick Kerkhof <rick.2889@gmail.com>
pkgname=soundnode-app-bin
pkgver=0.6.3
-pkgrel=2
+pkgrel=3
pkgdesc="Soundcloud client for the desktop"
arch=('x86_64' 'i686')
url="http://www.soundnodeapp.com/"
@@ -10,7 +10,7 @@ license=('GPL3')
# Required, otherwise it won't run.
options=('!strip')
-depends=('gconf')
+depends=('gconf' 'gtk2' 'libxtst' 'nss' 'alsa-lib' 'libnotify' 'fontconfig')
# I couldn't figure out how to build it properly and the website has no per-release
# archives. The SHA256sums will fail if it updates; that should be an indication that