summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoshi28892016-02-13 22:40:48 +0100
committerYoshi28892016-02-13 22:40:48 +0100
commit9654f6199678b1d65ad421b75d2a83541ff7c582 (patch)
tree80b8ae1eb60839523fd085edc48ff8b4da02b462
parent2e798a3937babc152c2edf6e3238fa82bc917d60 (diff)
downloadaur-9654f6199678b1d65ad421b75d2a83541ff7c582.tar.gz
Add gconf as a dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b1489992821..cbe3ade5f379 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Feb 1 20:20:19 UTC 2016
+# Sat Feb 13 21:37:31 UTC 2016
pkgbase = soundnode-app-bin
pkgdesc = Soundcloud client for the desktop
pkgver = 0.6.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.soundnodeapp.com/
arch = x86_64
arch = i686
license = GPL3
+ depends = gconf
options = !strip
source = https://raw.githubusercontent.com/Soundnode/soundnode-app/0.6.2/app/soundnode.png
source = soundnode-app.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 59492d80ff3d..f7ca7b39b76b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rick Kerkhof <rick.2889@gmail.com>
pkgname=soundnode-app-bin
pkgver=0.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="Soundcloud client for the desktop"
arch=('x86_64' 'i686')
url="http://www.soundnodeapp.com/"
@@ -10,6 +10,8 @@ license=('GPL3')
# Required, otherwise it won't run.
options=('!strip')
+depends=('gconf')
+
# 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
# this package has become out of date.
@@ -35,7 +37,7 @@ package() {
# We're creating a broken link here. It'll be fixed when all files are in place :)
ln -s /opt/soundnode-app-bin/Soundnode-App "$pkgdir"/usr/bin/soundnode
-
+
rm "$srcdir"/Soundnode-App.zip
rm "$srcdir"/soundnode-app.desktop
cp -Lr "$srcdir" "$pkgdir"/opt/"$pkgname"