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 49fcd40db..2ef02256a 100644 --- a/community/stfl/PKGBUILD +++ b/community/stfl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=stfl pkgver=0.22 pkgrel=1 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') |