diff --git a/.SRCINFO b/.SRCINFO index 2ca89ce..b42c7d3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = softethervpn pkgdesc = Multi-protocol VPN Program from University of Tsukuba pkgver = v4.25_9656 - pkgrel = 2 + pkgrel = 3 url = http://www.softether.org/ arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 1cf230a..9fbc85a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Jonathan Liu 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