summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraik22022-04-08 22:35:09 +0800
committeraik22022-04-08 22:35:09 +0800
commitdf89238425efd1d5e207911b6b65170d21fd9a81 (patch)
treeafbc680b091c705faca46103e49d88bbf067ea07
parentf2b67c60ff4ad654628d338de6b888a1fdd66eff (diff)
downloadaur-df89238425efd1d5e207911b6b65170d21fd9a81.tar.gz
add aarch64 as supported arch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ad658ff9bf2..edced662a309 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = plugdata-git
pkgrel = 1
url = https://github.com/timothyschoen/PlugData
arch = x86_64
+ arch = aarch64
groups = vst-plugins
groups = lv2-plugins
groups = vst3-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 0bf5203e3e71..0d9fdc947caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ groups=('vst-plugins' 'lv2-plugins' 'vst3-plugins' 'pro-audio')
depends=('freetype2' 'libx11' 'libxrandr' 'libxext' 'libxinerama' 'webkit2gtk' 'libxrender' 'libxinerama' 'libxcursor' 'alsa-lib')
makedepends=('git' 'cmake')
optdepends=()
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url='https://github.com/timothyschoen/PlugData'
license=('GPL3')
source=("git+https://github.com/timothyschoen/PlugData/")