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 fa9008891077..5a66799bf84c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = wev
url = https://git.sr.ht/~sircmpwn/wev
arch = i686
arch = x86_64
+ arch = aarch64
license = MIT
makedepends = scdoc
makedepends = wayland-protocols
diff --git a/PKGBUILD b/PKGBUILD
index d8febe6f11c0..4a8de7a66487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=7
pkgdesc="tool for debugging wayland events, similar to xev"
url='https://git.sr.ht/~sircmpwn/wev'
license=(MIT)
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
depends=('wayland' 'libxkbcommon')
makedepends=('scdoc' 'wayland-protocols')
conflicts=('wev-git')