diff options
Diffstat (limited to 'community/librep')
-rw-r--r-- | community/librep/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/librep/PKGBUILD b/community/librep/PKGBUILD index 54eb5000d..8390f87de 100644 --- a/community/librep/PKGBUILD +++ b/community/librep/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.92.2 pkgrel=2 pkgdesc="Lisp system for Sawfish" license=('GPL2') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://sawfish.wikia.com/wiki/Librep" depends=('gmp' 'gdbm' 'libffi') install=$pkgname.install |