diff options
Diffstat (limited to 'extra/strace/PKGBUILD')
-rw-r--r-- | extra/strace/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/strace/PKGBUILD b/extra/strace/PKGBUILD index ab50710c8..3ccdc693e 100644 --- a/extra/strace/PKGBUILD +++ b/extra/strace/PKGBUILD @@ -6,7 +6,7 @@ pkgname=strace pkgver=4.6 pkgrel=2 pkgdesc="A useful diagnositic, instructional, and debugging tool" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/strace/" license=('custom') depends=('perl') |