diff options
Diffstat (limited to 'extra/expect/PKGBUILD')
-rw-r--r-- | extra/expect/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/expect/PKGBUILD b/extra/expect/PKGBUILD index 3b630ba43..57e7fe5f7 100644 --- a/extra/expect/PKGBUILD +++ b/extra/expect/PKGBUILD @@ -5,7 +5,7 @@ pkgname=expect pkgver=5.45 pkgrel=1 pkgdesc="A tool for automating interactive applications" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.nist.gov/el/msid/expect.cfm" license=('custom') depends=('tcl>=8.5.3') |