summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hansen2023-07-07 10:05:32 -0700
committerMichael Hansen2023-07-07 10:05:32 -0700
commita9b2bd656df880d7b31deaf197bad0ad0c84ecc9 (patch)
tree839ffc70722d50807d9d56bb07e9404598846c87
parent1a2a1816ed4fde5326f4523c1f3b861b2de74107 (diff)
downloadaur-a9b2bd656df880d7b31deaf197bad0ad0c84ecc9.tar.gz
Add aarch64 to supported architectures
-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')