diff options
Diffstat (limited to 'community/gtkperf')
-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 144e03df5..f71c5c92a 100644 --- a/community/gtkperf/PKGBUILD +++ b/community/gtkperf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gtkperf pkgver=0.40 pkgrel=4 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') |