summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Crouthamel2017-09-21 21:19:19 -0400
committerAndrew Crouthamel2017-09-21 21:19:19 -0400
commitb387dfd0ece1cbb4c63739bdf39f978433f53dfe (patch)
tree7e7b677c90f0afac13dff056a9005ddd79c750ee /PKGBUILD
parent243cf56bc940feff93f1564eef1d72ccbe578878 (diff)
downloadaur-b387dfd0ece1cbb4c63739bdf39f978433f53dfe.tar.gz
Added arch-release file creation, fixed command, added contributors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6923c969a9a1..e4f85c61e64c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,7 @@
-# Maintainer: Chet Gray
+# Maintainer: Andrew Crouthamel
+# Contributor: Liviu Cristian Mirea-Ghiban
+# Contributor: Lars Øyvind Hagland
+# Contributor: Vishnu V K
# Contributor: George Shammas
# Contributor: Ainola
# Contributor: Jeff Sharpe
@@ -6,7 +9,7 @@
pkgname=netextender
pkgver=8.6.801
-pkgrel=2
+pkgrel=3
pkgdesc="SonicWALL SSL VPN Client"
arch=('i686' 'x86_64')
url="http://www.sonicwall.com/us/en/products/324.html"
@@ -23,7 +26,7 @@ package() {
mkdir -p "$pkgdir/usr/share/netExtender/icons"
cd "$srcdir/netExtenderClient"
- touch /etc/arch-release
+ touch "$pkgdir/etc/arch-release"
install -Dm 644 sslvpn "$pkgdir/etc/ppp/peers/sslvpn"
install -Dm 755 netExtender "$pkgdir/usr/bin/netExtender"