diff options
Diffstat (limited to 'community/ginac')
-rw-r--r-- | community/ginac/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ginac/PKGBUILD b/community/ginac/PKGBUILD index b812f13dc..a35c6bf2b 100644 --- a/community/ginac/PKGBUILD +++ b/community/ginac/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ginac pkgver=1.6.2 pkgrel=1 pkgdesc='A library designed to allow the creation of integrated systems that embed symbolic manipulations.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.ginac.de' license=('GPL') depends=('cln') |