diff options
Diffstat (limited to 'community/libnet/PKGBUILD')
-rw-r--r-- | community/libnet/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libnet/PKGBUILD b/community/libnet/PKGBUILD index dbab7bf3d..1f2573445 100644 --- a/community/libnet/PKGBUILD +++ b/community/libnet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libnet pkgver=1.1.6 pkgrel=1 pkgdesc="A library which provides API for commonly used low-level net functions" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/libnet-dev/" license=('BSD') depends=('glibc' 'sh') |