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 b574f5366aa3..393576631795 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = opustags
arch = x86_64
arch = armv7h
arch = armv6h
+ arch = aarch64
license = BSD3
makedepends = cmake
depends = libogg
diff --git a/PKGBUILD b/PKGBUILD
index 9904d40eaa5a..2c4e9dcd664f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Opus tags editor'
url='https://github.com/fmang/opustags'
license=('BSD3')
-arch=('i686' 'x86_64' 'armv7h' 'armv6h')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
depends=('libogg')
makedepends=('cmake')