diff options
Diffstat (limited to 'community/libtommath/PKGBUILD')
-rw-r--r-- | community/libtommath/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libtommath/PKGBUILD b/community/libtommath/PKGBUILD index 33c60ba42..0fc15778e 100644 --- a/community/libtommath/PKGBUILD +++ b/community/libtommath/PKGBUILD @@ -5,11 +5,11 @@ pkgname=libtommath pkgver=0.42.0 -pkgrel=2 +pkgrel=2.1 pkgdesc="Highly optimized and portable routines for integer based number theoretic applications" url="http://www.libtom.org/" license=('custom') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://libtom.org/files/ltm-${pkgver}.tar.bz2" 'libtommath-0.42.0-makefile.patch') md5sums=('7380da904b020301be7045cb3a89039b' |