diff options
Diffstat (limited to 'community/tix/PKGBUILD')
-rw-r--r-- | community/tix/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tix/PKGBUILD b/community/tix/PKGBUILD index fd24d859b..a8696e4e8 100644 --- a/community/tix/PKGBUILD +++ b/community/tix/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tix pkgver=8.4.3 pkgrel=4 pkgdesc="Tk Interface eXtension, a powerful set of user interface components" -arch=(i686 'x86_64') +arch=(i686 'x86_64' 'mips64el') url="http://tix.sourceforge.net/" license=("BSD") depends=('tk' 'libx11') |