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 f48e1233c..c5aa22b3b 100644 --- a/community/tix/PKGBUILD +++ b/community/tix/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tix pkgver=8.4.3 pkgrel=3 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' 'python' 'libx11') |