diff options
Diffstat (limited to 'community/plan9port')
-rw-r--r-- | community/plan9port/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/plan9port/PKGBUILD b/community/plan9port/PKGBUILD index fd9157b4b..eddc8f90e 100644 --- a/community/plan9port/PKGBUILD +++ b/community/plan9port/PKGBUILD @@ -8,7 +8,7 @@ pkgname=plan9port pkgver=20130320 pkgrel=1 pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://swtch.com/plan9port/' license=('custom') depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse') |