diff options
Diffstat (limited to 'extra/mash/PKGBUILD')
-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 b14b6b5af..409c2b1bc 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=(mips64el) +arch=('i686' 'x86_64' 'mips64el') url="http://clutter-project.org/" options=('!libtool') license=('LGPL') |