summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYoshi28892016-02-13 22:40:48 +0100
committerYoshi28892016-02-13 22:40:48 +0100
commit9654f6199678b1d65ad421b75d2a83541ff7c582 (patch)
tree80b8ae1eb60839523fd085edc48ff8b4da02b462 /PKGBUILD
parent2e798a3937babc152c2edf6e3238fa82bc917d60 (diff)
downloadaur-9654f6199678b1d65ad421b75d2a83541ff7c582.tar.gz
Add gconf as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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"