diff options
Diffstat (limited to 'community/twin')
-rw-r--r-- | community/twin/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/twin/PKGBUILD b/community/twin/PKGBUILD index 67cd4e1d6..53d5e7541 100644 --- a/community/twin/PKGBUILD +++ b/community/twin/PKGBUILD @@ -3,7 +3,7 @@ pkgname=twin pkgver=0.6.2 pkgrel=1 pkgdesc="A text-mode window environment" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://linuz.sns.it/~max/twin/" license=('GPL' 'LGPL') depends=('ncurses' 'gpm' 'zlib' 'libtool' 'libxpm') |