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 d9141145b840..7f5807f58d59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = xidlehook
pkgrel = 2
url = https://gitlab.com/jD91mZM2/xidlehook
arch = x86_64
+ arch = aarch64
license = MIT
makedepends = rust
makedepends = libxss
diff --git a/PKGBUILD b/PKGBUILD
index 43b3287f91f4..6b601f178653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.8.2
pkgrel=2
pkgdesc="xautolock rewrite in Rust, with a few extra features"
url="https://gitlab.com/jD91mZM2/xidlehook"
-arch=("x86_64")
+arch=("x86_64" "aarch64")
license=("MIT")
makedepends=("rust" "libxss" "python")
optdepends=()