summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorberfin2023-02-19 17:26:47 +0330
committerberfin2023-02-19 17:26:47 +0330
commit52440c5696e70c5a6680c301b9d38a292352f4e5 (patch)
tree03882794cd66a144d89511f302bcaa0220701e5f
parent789d753d027dc3079a1f118b88b2f38e09baf0a3 (diff)
downloadaur-52440c5696e70c5a6680c301b9d38a292352f4e5.tar.gz
Adding npm as makedependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b772e47df7ca..427a27e1043a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = green-tunnel
pkgdesc = An anti-censorship utility designed to bypass the DPI system that is put in place by various ISPs to block access to certain websites (CLI)
pkgver = 1.8.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SadeghHayeri/GreenTunnel
arch = any
license = MIT
makedepends = tar
makedepends = jq
+ makedepends = npm
depends = nodejs
source = green-tunnel-1.8.3.tar.gz::https://github.com/SadeghHayeri/GreenTunnel/archive/v1.8.3.tar.gz
sha256sums = a543e48e5421e7a5e0a078bb339413d50ceae3dd393ef9bb3046b6bfb35715f5
diff --git a/PKGBUILD b/PKGBUILD
index fb524a6c258b..4970fc40feec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+# Maintainer: RogueGirl <3a33oxx40 at mozmail dot com>
+
pkgname=green-tunnel
pkgver=1.8.3
-pkgrel=1
+pkgrel=2
pkgdesc='An anti-censorship utility designed to bypass the DPI system that is put in place by various ISPs to block access to certain websites (CLI)'
arch=('any')
url="https://github.com/SadeghHayeri/GreenTunnel"
license=('MIT')
depends=('nodejs')
-makedepends=('tar' 'jq')
+makedepends=('tar' 'jq' 'npm')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SadeghHayeri/GreenTunnel/archive/v${pkgver}.tar.gz")
sha256sums=('a543e48e5421e7a5e0a078bb339413d50ceae3dd393ef9bb3046b6bfb35715f5')