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-googlepinyin | |
parent | a22d473968009e6eef0ecf1696ba68be95807d38 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/fcitx-googlepinyin')
-rw-r--r-- | community/fcitx-googlepinyin/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fcitx-googlepinyin/PKGBUILD b/community/fcitx-googlepinyin/PKGBUILD index 8e15d8c38..4ed371008 100644 --- a/community/fcitx-googlepinyin/PKGBUILD +++ b/community/fcitx-googlepinyin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fcitx-googlepinyin pkgver=0.1.6 pkgrel=2 pkgdesc="Fcitx Wrapper for googlepinyin" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" license=('GPL') depends=('fcitx>=4.2.0' 'libgooglepinyin>=0.1.2') |