diff options
Diffstat (limited to 'core/openvpn/PKGBUILD')
-rw-r--r-- | core/openvpn/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/openvpn/PKGBUILD b/core/openvpn/PKGBUILD index 378c58edd..d90a8a570 100644 --- a/core/openvpn/PKGBUILD +++ b/core/openvpn/PKGBUILD @@ -5,7 +5,7 @@ pkgname=openvpn pkgver=2.2.1 pkgrel=1 pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://openvpn.net/index.php/open-source.html" depends=('openssl' 'lzo2' 'iproute2') license=('custom') |