diff options
-rw-r--r-- | community/luabitop/PKGBUILD | 2 | ||||
-rw-r--r-- | community/spacefm/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/caribou/PKGBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/community/luabitop/PKGBUILD b/community/luabitop/PKGBUILD index 9e8a83683..755ec5ea8 100644 --- a/community/luabitop/PKGBUILD +++ b/community/luabitop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=luabitop pkgver=1.0.2 pkgrel=1 pkgdesc='C extension adding bitwise operations on numbers' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url='http://bitop.luajit.org/index.html' depends=('lua') source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz") diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD index c15685c12..38bb767a8 100644 --- a/community/spacefm/PKGBUILD +++ b/community/spacefm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=spacefm pkgver=0.8.0 pkgrel=1 pkgdesc='A multi-panel tabbed file manager' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ignorantguru.github.com/spacefm/' license=('GPL2') install=$pkgname.install diff --git a/extra/caribou/PKGBUILD b/extra/caribou/PKGBUILD index 31c4f34df..a00df2c22 100644 --- a/extra/caribou/PKGBUILD +++ b/extra/caribou/PKGBUILD @@ -6,7 +6,7 @@ pkgname=caribou pkgver=0.4.4 pkgrel=1 pkgdesc="A text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/Caribou" license=('LGPL') depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'clutter' 'dconf') |