diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-12 08:07:55 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-12 08:07:55 -0500 |
commit | b4a43802415ab0d77b83be6896f952da8164afe3 (patch) | |
tree | 504abbb2c60d74121ec599c23e28da0a52718c3a /community/virtkey/PKGBUILD | |
parent | 974c3c75f6289358a87a50adb108c981b8c93b32 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/virtkey/PKGBUILD')
-rw-r--r-- | community/virtkey/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/virtkey/PKGBUILD b/community/virtkey/PKGBUILD index 7d350b553..a8f039682 100644 --- a/community/virtkey/PKGBUILD +++ b/community/virtkey/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=virtkey pkgname=('python2-virtkey' 'python-virtkey') pkgver=0.61.0 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/virtkey" license=('LGPL') makedepends=('python2' 'python' 'libxtst' 'gtk2') |