diff options
Diffstat (limited to 'community/fio/PKGBUILD')
-rw-r--r-- | community/fio/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD index ef83cbd82..4918aecde 100644 --- a/community/fio/PKGBUILD +++ b/community/fio/PKGBUILD @@ -3,7 +3,7 @@ pkgname=fio pkgver=1.50 pkgrel=2 pkgdesc="I/O tool meant to be used both for benchmark and stress/hardware verification" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://freshmeat.net/projects/fio" license=('GPL2') makedepends=('gcc') |