summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteamedFish2024-04-15 13:28:25 +0800
committerSteamedFish2024-04-15 13:28:25 +0800
commitb49d946790b6e117adad401987ca547006f82b12 (patch)
treec54037c142aff73583ce2661c39d983564382f58
parent57438492ae19a31ecfc17b5273d48c8fa94ae773 (diff)
downloadaur-b49d946790b6e117adad401987ca547006f82b12.tar.gz
Add aarch64
Tested with OrangePI 3B
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f720ec349d39..e7f435436900 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = faac-drm
pkgrel = 2
url = https://www.audiocoding.com/
arch = x86_64
+ arch = aarch64
license = GPL2
license = custom
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 44b8b3fdf953..dba50a0c4809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _pkgname=faac
pkgver=1.30
pkgrel=2
pkgdesc="Freeware Advanced Audio Coder with drm enabled"
-arch=(x86_64)
+arch=(x86_64 aarch64)
url="https://www.audiocoding.com/"
license=(GPL2 custom)
depends=('glibc' 'faac')