summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2022-03-23 01:33:46 -0600
committerThayne McCombs2022-03-23 01:33:46 -0600
commita190cad343fa9b211106be8e67f20d87d515cda3 (patch)
tree0d42b63a39f4c014651e0abe3a89e50800031e88
parent3023bd9008dfb0dcf869871b58bb7aa3ce1b7f8e (diff)
downloadaur-a190cad343fa9b211106be8e67f20d87d515cda3.tar.gz
upgpkg: wev 1.0.0-7
Include aarch64 architecture
-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')