summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoremanuele-f2019-06-19 22:54:38 +0200
committeremanuele-f2019-06-19 22:54:38 +0200
commit393fe7a3af27f79dba401812c0b0e78a6043ecf3 (patch)
treebfb4c79618f30f1e999edb036b067b8ec0720b94 /PKGBUILD
parented5bbb4b7c043373e72d25e79d40d22810af5070 (diff)
downloadaur-393fe7a3af27f79dba401812c0b0e78a6043ecf3.tar.gz
Add n2n user and group creation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84616318cf5f..f5d5aa8d1176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: maz-1 <ohmygod19993 at gmail dot com>
pkgname=n2n-git
_pkgname=n2n
-pkgver=2.5.0.r104
+pkgver=2.5.0.r201
pkgrel=1
pkgdesc="Peer-to-Peer VPN."
arch=(i686 x86_64 armv7h aarch64)
@@ -12,8 +12,9 @@ depends=('openssl' 'net-tools')
makedepends=('git')
provides=(n2n)
conflicts=(n2n)
-source=('git+https://github.com/ntop/n2n.git')
-md5sums=('SKIP')
+install="n2n.install"
+source=('git+https://github.com/ntop/n2n.git' 'n2n.install')
+md5sums=('SKIP' '4f4c2659da00c0a7c6f5ceb42fc82a71')
pkgver() {
cd "$srcdir/$_pkgname"