diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-20 00:02:35 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-20 00:02:35 -0500 |
commit | 0481e0aa663ba60cc332ae4b840c9762cd14c419 (patch) | |
tree | 5f66990337bac3d803f677309a37ed65bd637304 /community/fcitx | |
parent | a22d473968009e6eef0ecf1696ba68be95807d38 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/fcitx')
-rw-r--r-- | community/fcitx/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fcitx/PKGBUILD b/community/fcitx/PKGBUILD index 77f532c14..d1f4460aa 100644 --- a/community/fcitx/PKGBUILD +++ b/community/fcitx/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=fcitx pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt') pkgver=4.2.6.1 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx/" license=('GPL') makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' 'wget' \ |