diff options
Diffstat (limited to 'community/tabbed')
-rw-r--r-- | community/tabbed/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tabbed/PKGBUILD b/community/tabbed/PKGBUILD index a66c44205..59dc75b5b 100644 --- a/community/tabbed/PKGBUILD +++ b/community/tabbed/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tabbed pkgver=0.5 pkgrel=1 pkgdesc='Simple generic tabbed fronted to xembed aware applications.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tools.suckless.org/tabbed' license=('custom:MIT/X') depends=('libx11') |