diff options
Diffstat (limited to 'extra/screen/PKGBUILD')
-rw-r--r-- | extra/screen/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/screen/PKGBUILD b/extra/screen/PKGBUILD index 0a1383e22..9d8ed79e2 100644 --- a/extra/screen/PKGBUILD +++ b/extra/screen/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.0.3 pkgrel=11 _ptygroup=5 #the UID of our PTY/TTY group pkgdesc="Full-screen window manager that multiplexes a physical terminal" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/screen/" license=('GPL') depends=('ncurses' 'pam') |