diff options
Diffstat (limited to 'extra/asymptote')
-rw-r--r-- | extra/asymptote/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/asymptote/PKGBUILD b/extra/asymptote/PKGBUILD index 57bc2bddd..ab7e163df 100644 --- a/extra/asymptote/PKGBUILD +++ b/extra/asymptote/PKGBUILD @@ -7,7 +7,7 @@ pkgname=asymptote pkgver=2.08 pkgrel=1 pkgdesc="A vector graphics language (like metapost)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://asymptote.sourceforge.net/" license=("GPL3") depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw') |