diff options
Diffstat (limited to 'community/tabbed/PKGBUILD')
-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 1fd037b3c..c30baf794 100644 --- a/community/tabbed/PKGBUILD +++ b/community/tabbed/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tabbed pkgver=0.3 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') |