diff options
Diffstat (limited to 'community/gtkperf/PKGBUILD')
-rw-r--r-- | community/gtkperf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gtkperf/PKGBUILD b/community/gtkperf/PKGBUILD index 88f6beb80..614e1a4c6 100644 --- a/community/gtkperf/PKGBUILD +++ b/community/gtkperf/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gtkperf pkgver=0.40 pkgrel=3 pkgdesc="An application designed to test GTK+ performance" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gtkperf.sourceforge.net" license=("GPL") depends=('gtk2') |