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 839f4bf6d..92accf109 100644 --- a/community/mtpaint/PKGBUILD +++ b/community/mtpaint/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mtpaint pkgver=3.40 pkgrel=2 pkgdesc="Simple GTK2 paint program for creating icons and pixel based artwork" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://mtpaint.sourceforge.net/" license=('GPL3') depends=('gtk2' 'giflib' 'openjpeg' 'desktop-file-utils' 'lcms2') |