summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-06-17 20:57:02 +0200
committerhaawda2019-06-17 20:57:02 +0200
commit4833022d99245efc3c81343399b048ad2a4ce2b3 (patch)
treeeea6050af192310da36d845edc0c73809eb0772f
parent80350ecc49adf309217707f5bf5310d34245d47c (diff)
downloadaur-4833022d99245efc3c81343399b048ad2a4ce2b3.tar.gz
add aarch64 architecture
-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')