diff options
Diffstat (limited to 'community/librep/PKGBUILD')
-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 0350d8be4..27c649644 100644 --- a/community/librep/PKGBUILD +++ b/community/librep/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.92.0 pkgrel=1 pkgdesc="A Lisp system for UNIX" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sawfish.wikia.com/wiki/Librep" depends=('gmp' 'gdbm' 'libffi') install=${pkgname}.install |