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 717473564..c1e3ba23b 100644 --- a/community/libaio/PKGBUILD +++ b/community/libaio/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libaio pkgver=0.3.109 pkgrel=6 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=(http://ftp.de.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz) |