diff options
Diffstat (limited to 'community/stfl/PKGBUILD')
-rw-r--r-- | community/stfl/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/stfl/PKGBUILD b/community/stfl/PKGBUILD index 49fcd40db..5deb338e0 100644 --- a/community/stfl/PKGBUILD +++ b/community/stfl/PKGBUILD @@ -4,9 +4,9 @@ pkgname=stfl pkgver=0.22 -pkgrel=1 +pkgrel=1.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') |