diff options
Diffstat (limited to 'community/pyzy/PKGBUILD')
-rw-r--r-- | community/pyzy/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pyzy/PKGBUILD b/community/pyzy/PKGBUILD index ec57c7f84..30ffc644d 100644 --- a/community/pyzy/PKGBUILD +++ b/community/pyzy/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.0 _commit="d7747466562cb8b4bc2934708e29b7643c7bedbc" pkgrel=1 pkgdesc='The Chinese PinYin and Bopomofo conversion library' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='https://github.com/pyzy/pyzy' license=('LGPL') depends=('glib2' 'sqlite' 'util-linux') |