diff options
Diffstat (limited to 'community/netcf/PKGBUILD')
-rw-r--r-- | community/netcf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/netcf/PKGBUILD b/community/netcf/PKGBUILD index 9c26ba270..7ae560ff5 100644 --- a/community/netcf/PKGBUILD +++ b/community/netcf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netcf pkgver=0.1.9 pkgrel=2 pkgdesc="A library for configuring network interfaces" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="https://fedorahosted.org/netcf/" depends=('augeas>=0.7.4' 'netcfg' 'libxslt' 'libxml2' 'libnl') |