summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-10-16 13:13:19 +0800
committermaz-12015-10-16 13:13:19 +0800
commit4ee4b18b1332a1e49062f1abcf4f70e3e8dfde4e (patch)
tree7ba7640761b5c74d6d93b23c50c43531ef45cda3
parentc5720bbb776d6aa65b29e2d0971db1b2df82f726 (diff)
downloadaur-4ee4b18b1332a1e49062f1abcf4f70e3e8dfde4e.tar.gz
bump
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2342196806a..e2e261693beb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = n2n-git
license = GPL3
makedepends = git
depends = openssl
+ depends = net-tools
source = git+https://github.com/lukablurr/n2n_v2_fork.git
source = edge.conf.example
source = edge.sh
diff --git a/PKGBUILD b/PKGBUILD
index 7614dbfcc365..7c5bc3b9fb7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Peer-to-Peer VPN."
arch=(i686 x86_64)
url="https://github.com/lukablurr/n2n_v2_fork"
license=('GPL3')
-depends=('openssl')
+depends=('openssl' 'net-tools') #iproute2?
makedepends=('git')
source=('git+https://github.com/lukablurr/n2n_v2_fork.git'
'edge.conf.example'