diff options
author | Joe <joe@joelightning.com> | 2011-10-08 12:50:12 +0100 |
---|---|---|
committer | Joe <joe@joelightning.com> | 2011-10-08 12:50:12 +0100 |
commit | 82afbb154c0d1b787f398470aa2199c64037a7e7 (patch) | |
tree | db61ce6ad069257fba9244f9b6b2eb31b3b85112 /extra/mash | |
parent | 503e7198381478a97193ab2089bba8bd0ef83553 (diff) |
arch array
Diffstat (limited to 'extra/mash')
-rw-r--r-- | extra/mash/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mash/PKGBUILD b/extra/mash/PKGBUILD index 57dc50d44..b14b6b5af 100644 --- a/extra/mash/PKGBUILD +++ b/extra/mash/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mash pkgver=0.1.0 pkgrel=2 pkgdesc="A small library for using 3D models within a Clutter scene" -arch=('i686' 'x86_64') +arch=(mips64el) url="http://clutter-project.org/" options=('!libtool') license=('LGPL') |