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 93fac6938d39..5c2db2196bf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = string-theory
url = https://github.com/zrax/string_theory
arch = i686
arch = x86_64
+ arch = aarch64
license = MIT
makedepends = cmake
source = https://github.com/zrax/string_theory/releases/download/3.7/string_theory-3.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 266a68b76249..6a92086a6929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _ghname=string_theory
pkgdesc='Flexible UTF-8 string library and type-safe formatter for C++'
pkgver=3.7
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/zrax/string_theory'
license=('MIT')
makedepends=('cmake')