diff options
Diffstat (limited to 'community/galculator')
-rw-r--r-- | community/galculator/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/galculator/PKGBUILD b/community/galculator/PKGBUILD index 3efb0ea56..c1e5219fc 100644 --- a/community/galculator/PKGBUILD +++ b/community/galculator/PKGBUILD @@ -9,7 +9,7 @@ pkgname=(galculator galculator-gtk2) pkgver=2.1.2 pkgrel=2 pkgdesc='GTK+ based scientific calculator' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://galculator.sourceforge.net/' license=('GPL') depends=('gtk3' 'gtk2') |