summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2019-10-07 03:57:48 -0400
committerDaniel M. Capella2019-10-07 03:57:48 -0400
commit101be42c30665e7ba9cb16acfee0cb695966544e (patch)
tree1cae81aac84d039b4018e747bf4f9ba21c5c4ea1
parenta06494e920f6ce6568745de22c0c700651735e7a (diff)
downloadaur-101be42c30665e7ba9cb16acfee0cb695966544e.tar.gz
Add node-gyp and Python makedeps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e41a88691f7d..ce13817e0220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = firefox-tridactyl-git
groups = firefox-addons
license = Apache
makedepends = git
+ makedepends = node-gyp
+ makedepends = python
makedepends = yarn
source = git+https://github.com/tridactyl/tridactyl.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4486e0f1bf60..07dac1c04fd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url=https://github.com/tridactyl/tridactyl
arch=('any')
license=('Apache')
groups=('firefox-addons')
-makedepends=('git' 'yarn')
+makedepends=('git' 'node-gyp' 'python' 'yarn')
source=("git+$url.git")
sha512sums=('SKIP')