diff options
Diffstat (limited to 'core/libmpc/PKGBUILD')
-rw-r--r-- | core/libmpc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/libmpc/PKGBUILD b/core/libmpc/PKGBUILD index 8def5f563..9862a825e 100644 --- a/core/libmpc/PKGBUILD +++ b/core/libmpc/PKGBUILD @@ -3,9 +3,9 @@ pkgname=libmpc pkgver=1.0.1 -pkgrel=1 +pkgrel=1.1 pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high precision" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.multiprecision.org/" license=('LGPL') depends=('mpfr>=3.0.0') |