diff options
Diffstat (limited to 'extra/guile1.8/PKGBUILD')
-rw-r--r-- | extra/guile1.8/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/guile1.8/PKGBUILD b/extra/guile1.8/PKGBUILD index 00991e313..36123ffad 100644 --- a/extra/guile1.8/PKGBUILD +++ b/extra/guile1.8/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.8.8 pkgrel=3 pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy branch.' url="http://www.gnu.org/software/guile/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo') source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz) |