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 58ba30af9179..678eefe169e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = taglib-extras
pkgrel = 6
url = https://developer.kde.org/~wheeler/taglib.html
arch = x86_64
+ arch = aarch64
license = LGPL
makedepends = cmake
depends = taglib
diff --git a/PKGBUILD b/PKGBUILD
index 855bf260e593..3f473bf72ad2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=taglib-extras
pkgver=1.0.1
pkgrel=6
pkgdesc="Additional taglib plugins"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://developer.kde.org/~wheeler/taglib.html"
license=('LGPL')
depends=('taglib')