summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase2017-12-16 14:28:02 +0100
committerSven-Hendrik Haase2017-12-16 14:28:02 +0100
commit0c72d5cdf0fd9844e04d1b21eaf3091cdd1ff7e9 (patch)
treebc5727f40c651d0426008f1808d07ae3b3fee36d
parent0f5dc603dd44d391f2ae274b187274d52c24fd3f (diff)
downloadaur-0c72d5cdf0fd9844e04d1b21eaf3091cdd1ff7e9.tar.gz
Add nodejs to deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ecea91138b2..194e042935ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = dapp
pkgdesc = Simple tool for creating Ethereum-based dapps
pkgver = 0.7.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dapphub/dapp/
arch = any
license = GPL3
+ depends = nodejs
source = https://github.com/dapphub/dapp/archive/v0.7.9.tar.gz
sha512sums = d6269145ce83e95b7765a4918a6879d93f733bb6bec9d56355bea3a61e3f7915dc1056e4adc6a62cc00ac87dcc59c73a4d88a60e4e3bd4d99d13efb979d6080c
diff --git a/PKGBUILD b/PKGBUILD
index 7079459a4bc5..906275c1fa96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=dapp
pkgver=0.7.9
-pkgrel=1
+pkgrel=2
pkgdesc="Simple tool for creating Ethereum-based dapps"
arch=('any')
url="https://github.com/dapphub/dapp/"
license=(GPL3)
-depends=()
+depends=(nodejs)
source=(https://github.com/dapphub/dapp/archive/v${pkgver}.tar.gz)
sha512sums=('d6269145ce83e95b7765a4918a6879d93f733bb6bec9d56355bea3a61e3f7915dc1056e4adc6a62cc00ac87dcc59c73a4d88a60e4e3bd4d99d13efb979d6080c')