diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-23 18:59:16 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-23 18:59:16 -0500 |
commit | 9c4be92686a455dc9ccea5031516ab282c8aecf1 (patch) | |
tree | b47082bd9a9e6973046921a7500e2a5d937a6fe4 /community/pidgin-lwqq | |
parent | f63afe8a5370fd25ae12118b5c8b702f3dea9301 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/pidgin-lwqq')
-rw-r--r-- | community/pidgin-lwqq/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD index c6280985b..45ed6e4b6 100644 --- a/community/pidgin-lwqq/PKGBUILD +++ b/community/pidgin-lwqq/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.1a _pkgver=0.1-a pkgrel=2 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/xiehuc/pidgin-lwqq" license=('GPL3') depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme') |