summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34371b162727..fa6f83c2a51d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mpir
install = mpir.install
arch = i686
arch = x86_64
+ arch = aarch64
license = LGPL
makedepends = yasm
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index e992fb83290e..ce4164c26495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=mpir
pkgver=3.0.0
pkgrel=3
pkgdesc="Library for multiple precision integers and rationals"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://www.mpir.org/"
license=('LGPL')
depends=('gcc-libs')