diff options
Diffstat (limited to 'community/mtpaint/PKGBUILD')
-rw-r--r-- | community/mtpaint/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mtpaint/PKGBUILD b/community/mtpaint/PKGBUILD index 770c55e33..7edbf65a6 100644 --- a/community/mtpaint/PKGBUILD +++ b/community/mtpaint/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mtpaint pkgver=3.31 pkgrel=4 pkgdesc="A simple GTK2 painting program designed for creating icons and pixel based artwork." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mtpaint.sourceforge.net" license=('GPL') depends=('gtk2' 'giflib' 'openjpeg') |