diff options
Diffstat (limited to 'community/xnee')
-rw-r--r-- | community/xnee/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xnee/PKGBUILD b/community/xnee/PKGBUILD index cbb49288a..3d5894c84 100644 --- a/community/xnee/PKGBUILD +++ b/community/xnee/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xnee pkgver=3.12 pkgrel=1 pkgdesc="A program to record, distribute, and replay X (X11) protocol data" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.sandklef.com/xnee/" license=('GPL3') depends=('gtk2' 'libgnomeui' 'libxtst') |