summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoshi28892016-08-22 15:51:08 +0200
committerYoshi28892016-08-22 15:51:08 +0200
commit394ee5148e3b7f3a8b70f8a28b8d7d9fdaefb781 (patch)
tree290c99a1f854f97ff7c53be9076c6edbad02bf5d
parentd385a1bcc9f39f022d4f920b1c1720e461fe9512 (diff)
downloadaur-394ee5148e3b7f3a8b70f8a28b8d7d9fdaefb781.tar.gz
Add wine-mono and wine_gecko as makedeps
Signed-off-by: Yoshi2889 <rick.2889@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 297902a4048f..395da559e451 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 23:13:36 UTC 2016
+# Mon Aug 22 13:50:48 UTC 2016
pkgbase = soundnode-git
pkgdesc = Soundcloud client for the desktop
pkgver = r774.3175946
- pkgrel = 2
+ pkgrel = 3
url = http://www.soundnodeapp.com/
arch = x86_64
arch = i686
@@ -11,6 +11,8 @@ pkgbase = soundnode-git
makedepends = git
makedepends = npm
makedepends = wine
+ makedepends = wine-mono
+ makedepends = wine_gecko
makedepends = nw-gyp
depends = gconf
depends = gtk2
diff --git a/PKGBUILD b/PKGBUILD
index 85d6f5bdf94a..34b28c6cc77c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rick Kerkhof <rick.2889@gmail.com>
pkgname=soundnode-git
pkgver=r774.3175946
-pkgrel=2
+pkgrel=3
pkgdesc="Soundcloud client for the desktop"
arch=('x86_64' 'i686')
url="http://www.soundnodeapp.com/"
@@ -14,7 +14,7 @@ depends=('gconf' 'gtk2' 'libxtst' 'nss' 'alsa-lib' 'libnotify' 'fontconfig')
# This thing requires wine to build, and just to create an icon for the win32 instance.
# Fails if it doesn't exist, so we better include it.
-makedepends=('git' 'npm' 'wine' 'nw-gyp')
+makedepends=('git' 'npm' 'wine' 'wine-mono' 'wine_gecko' 'nw-gyp')
source=("git+https://github.com/Soundnode/soundnode-app.git")
sha256sums=("SKIP")