diff options
Diffstat (limited to 'community/silly')
-rw-r--r-- | community/silly/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/silly/PKGBUILD b/community/silly/PKGBUILD index 12ac8800a..75b9c4fa7 100644 --- a/community/silly/PKGBUILD +++ b/community/silly/PKGBUILD @@ -6,7 +6,7 @@ pkgname=silly pkgver=0.1.0 pkgrel=5 pkgdesc="Simple Image Loading LibrarY, a part of the CEGUI project" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cegui.org.uk/wiki/index.php/SILLY" license=('MIT') depends=('libjpeg' 'libpng' 'gcc-libs') |