diff options
Diffstat (limited to 'community/libaio/PKGBUILD')
-rw-r--r-- | community/libaio/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libaio/PKGBUILD b/community/libaio/PKGBUILD index d3c3023ec..3584927df 100644 --- a/community/libaio/PKGBUILD +++ b/community/libaio/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libaio pkgver=0.3.109 pkgrel=5 pkgdesc="The Linux-native asynchronous I/O facility (aio) library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lse.sourceforge.net/io/aio.html" license=('LGPL') source=(ftp://ftp.kernel.org/pub/linux/libs/aio/$pkgname-$pkgver.tar.bz2) |