summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Giese2022-03-23 18:57:22 +0100
committerMattias Giese2022-03-23 18:57:22 +0100
commitae0a4852238698d1409ea525da6939757fbd6515 (patch)
tree4192d24ca304694cc9b72ec6b4a580f7375e02de
parent6939b50fb2d521fa244820fe3bf63a6b643975f2 (diff)
downloadaur-ae0a4852238698d1409ea525da6939757fbd6515.tar.gz
Add aarch64 architecture as requested
-rwxr-xr-x[-rw-r--r--].SRCINFO2
-rwxr-xr-x[-rw-r--r--]PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bdd089a6b71..daa5a5ee2150 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = wf-recorder-git
url = https://github.com/ammen99/wf-recorder
arch = i686
arch = x86_64
+ arch = aarch64
license = MIT
makedepends = scdoc
makedepends = meson
@@ -23,4 +24,3 @@ pkgbase = wf-recorder-git
sha1sums = SKIP
pkgname = wf-recorder-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c5f3bf287328..489828436b77 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=(
optdepends=(
"slurp: limit recording to a part of the screen"
)
-arch=("i686" "x86_64")
+arch=("i686" "x86_64" "aarch64")
url="https://github.com/ammen99/wf-recorder"
source=("${pkgname%-*}::git+https://github.com/ammen99/wf-recorder")
sha1sums=("SKIP")