diff options
Diffstat (limited to 'community/stfl/PKGBUILD')
-rw-r--r-- | community/stfl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/stfl/PKGBUILD b/community/stfl/PKGBUILD index c972edb2d..2bf1dda14 100644 --- a/community/stfl/PKGBUILD +++ b/community/stfl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=stfl pkgver=0.21 pkgrel=3 pkgdesc="Library implementing a curses-based widget set for text terminals" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://clifford.at/stfl/" license=('GPL3') depends=('ncurses') |