diff options
Diffstat (limited to 'extra/expect/PKGBUILD')
-rw-r--r-- | extra/expect/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/expect/PKGBUILD b/extra/expect/PKGBUILD index 140b4a43f..31c0b819a 100644 --- a/extra/expect/PKGBUILD +++ b/extra/expect/PKGBUILD @@ -3,9 +3,9 @@ pkgname=expect pkgver=5.45 -pkgrel=2 +pkgrel=2.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') |