summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2018-09-17 16:47:38 -0400
committerDavid Parrish2018-09-17 16:47:38 -0400
commit1b59d6669ff1f30bdfd7a6d51fa3bea4b35d3a7f (patch)
treefbaeed0571dfdbd95197d63e05f10b226e16711f
parentca67d0d191e322f48faff80228ac365fa930f85b (diff)
downloadaur-1b59d6669ff1f30bdfd7a6d51fa3bea4b35d3a7f.tar.gz
Add makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8050a5a1d51..1f722e40c24f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Sep 17 20:42:05 UTC 2018
+# Mon Sep 17 20:47:12 UTC 2018
pkgbase = zap-desktop-git
pkgdesc = Lightning wallet focused on user experience and ease of use
pkgver = 0.2.1.beta.160.gcf53d926
@@ -8,6 +8,8 @@ pkgbase = zap-desktop-git
install = zap-desktop-git.install
arch = x86_64
license = MIT
+ makedepends = npm
+ makedepends = yarn
provides = zap-desktop
conflicts = zap-desktop-bin
source = zap-desktop-git::git+https://github.com/LN-Zap/zap-desktop.git
diff --git a/PKGBUILD b/PKGBUILD
index 2496564b33ce..2fec278d0b6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="Lightning wallet focused on user experience and ease of use"
arch=('x86_64')
url="https://github.com/LN-Zap/zap-desktop"
license=('MIT')
+makedepends=('npm' 'yarn')
install="$pkgname.install"
source=("$pkgname::git+https://github.com/LN-Zap/zap-desktop.git"
"zap-desktop.desktop")