summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Liu2017-04-29 00:39:47 +1000
committerJonathan Liu2017-04-29 00:39:47 +1000
commit78baa66492a9e7c502fa4185f618566ae78a33a8 (patch)
treece77d242a4982c0f6329eae33711ac3001469d74 /PKGBUILD
parent8e263a1e0c32c3fb3d5c7c859a39f2041f359c9f (diff)
downloadaur-78baa66492a9e7c502fa4185f618566ae78a33a8.tar.gz
Update to v4.20_9608-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8361d354157..053fda390f6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=softethervpn
pkgver=v4.20_9608
-pkgrel=3
+pkgrel=4
pkgdesc="Multi-protocol VPN Program from University of Tsukuba"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
source=('http://www.softether-download.com/files/softether/v4.20-9608-rtm-2016.04.17-tree/Source_Code/softether-src-v4.20-9608-rtm.tar.gz'
'disable_sslv3.patch'
'softethervpn-bridge.service'
@@ -27,6 +27,8 @@ build(){
cp src/makefiles/linux_32bit.mak Makefile
elif [ "${CARCH}" == "x86_64" ]; then
cp src/makefiles/linux_64bit.mak Makefile
+ elif [ "${CARCH}" == "armv7h" ]; then
+ cp src/makefiles/linux_32bit.mak Makefile
fi
patch -Np1 --binary -i "${srcdir}/disable_sslv3.patch"