summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19b7b535c4cf..11ef7114ece9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = v2raya
license = GPL
makedepends = go>=2:1.11.3-1
makedepends = nodejs>=12.13.0-1
+ makedepends = npm
depends = glibc
depends = v2ray
source = v2raya-1.0.0.tar.gz::https://github.com/mzz2017/v2rayA/archive/v1.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ff4efe000f97..c8a0731eca76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/mzz2017/v2rayA"
license=('GPL')
depends=('glibc' 'v2ray')
-makedepends=('go>=2:1.12.3-1' 'nodejs>=12.13.0-1')
+makedepends=('go>=2:1.12.3-1' 'nodejs>=12.13.0-1' 'npm')
source=("$pkgname-$pkgver.tar.gz::https://github.com/mzz2017/v2rayA/archive/v$pkgver.tar.gz")
sha512sums=('SKIP')