diff options
Diffstat (limited to 'extra/vpnc/PKGBUILD')
-rw-r--r-- | extra/vpnc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/vpnc/PKGBUILD b/extra/vpnc/PKGBUILD index ae8a08765..ad1e703de 100644 --- a/extra/vpnc/PKGBUILD +++ b/extra/vpnc/PKGBUILD @@ -11,7 +11,7 @@ url="http://www.unix-ag.uni-kl.de/~massar/vpnc/" license=('GPL') depends=('libgcrypt' 'openssl' 'iproute2') optdepends=('openresolv: Let vpnc manage resolv.conf') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz" 'vpnc.conf') backup=('etc/vpnc/default.conf') |