diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-12 10:03:08 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-12 10:03:08 -0500 |
commit | 74093519de9393b9196a1a511609b61c89da6753 (patch) | |
tree | 3805ccad28b76e0431328e38ca5c0664712d108b /community/ibus-libpinyin | |
parent | 891a51ee90b27ae02b33882cad19773a065499c3 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/ibus-libpinyin')
-rw-r--r-- | community/ibus-libpinyin/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ibus-libpinyin/PKGBUILD b/community/ibus-libpinyin/PKGBUILD index 151ca40c4..0f9c45631 100644 --- a/community/ibus-libpinyin/PKGBUILD +++ b/community/ibus-libpinyin/PKGBUILD @@ -10,7 +10,7 @@ pkgname=ibus-libpinyin pkgver=1.4.93 pkgrel=1 pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="https://github.com/libpinyin" depends=('ibus>=1.4' 'libpinyin') |