diff options
Diffstat (limited to 'community/ginac/PKGBUILD')
-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 26109b01b..b8491a756 100644 --- a/community/ginac/PKGBUILD +++ b/community/ginac/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ginac pkgver=1.6.2 pkgrel=2 pkgdesc="C++ library for symbolic calculations" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.ginac.de/' license=('GPL') depends=('cln') |