diff options
Diffstat (limited to 'community/stress')
-rw-r--r-- | community/stress/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/stress/PKGBUILD b/community/stress/PKGBUILD index 2f320e0ab..801f60ad5 100644 --- a/community/stress/PKGBUILD +++ b/community/stress/PKGBUILD @@ -6,7 +6,7 @@ pkgname=stress pkgver=1.0.4 pkgrel=3 pkgdesc="A tool that stress tests your system (CPU, memory, I/O, disks)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://weather.ou.edu/~apw/projects/stress/" license=('GPL') options=('!emptydirs') |