diff options
Diffstat (limited to 'community/libdnet/PKGBUILD')
-rw-r--r-- | community/libdnet/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libdnet/PKGBUILD b/community/libdnet/PKGBUILD index 70cf6e437..cb3d793a0 100644 --- a/community/libdnet/PKGBUILD +++ b/community/libdnet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libdnet pkgver=1.12 pkgrel=5 pkgdesc="A simplified, portable interface to several low-level networking routines" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') makedepends=(python2) optdepends=(python2) install=(libdnet.install) |