summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Liu2018-06-07 10:38:50 +1000
committerJonathan Liu2018-06-07 10:38:50 +1000
commit46e04b9ab591daa6528adb87858868a4765eab9a (patch)
tree88862871d9437c6ec522e5e863f8607700c39a16 /PKGBUILD
parent7b30654fb63034dd39cd4c8a9c9914f15a1352c8 (diff)
downloadaur-46e04b9ab591daa6528adb87858868a4765eab9a.tar.gz
Update to v4.25-9656-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cf230ad1e61..9fbc85a4cb15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=softethervpn
pkgver=v4.25_9656
-pkgrel=2
+pkgrel=3
pkgdesc="Multi-protocol VPN Program from University of Tsukuba"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
source=('http://www.softether-download.com/files/softether/v4.25-9656-rtm-2018.01.15-tree/Source_Code/softether-src-v4.25-9656-rtm.tar.gz'
@@ -20,9 +20,11 @@ url="http://www.softether.org/"
build(){
cd "${srcdir}/${pkgver//_/-}"
- if [ "${CARCH}" == "i686" ]; then
+ if [ "${CARCH}" == "i686" ]; then
cp src/makefiles/linux_32bit.mak Makefile
- elif [ "${CARCH}" == "x86_64" ]; then
+ elif [ "${CARCH}" == "x86_64" ]; then
+ cp src/makefiles/linux_64bit.mak Makefile
+ elif [ "${CARCH}" == "aarch64" ]; then
cp src/makefiles/linux_64bit.mak Makefile
elif [ "${CARCH}" == "armv7h" ]; then
cp src/makefiles/linux_32bit.mak Makefile