summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49b19fb06ecb..7e9fef2c36ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = wayvnc-git
url = https://github.com/any1/wayvnc
arch = x86_64
arch = i686
+ arch = aarch64
+ arch = armv7h
license = custom:ISC
makedepends = git
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index 10ba4aa2af13..c24b850f5617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=wayvnc-git
pkgver=0.3.1
pkgrel=2
pkgdesc='VNC server for wlroots-based Wayland compositors'
-arch=(x86_64 i686)
+arch=(x86_64 i686 aarch64 armv7h)
url=https://github.com/any1/wayvnc
license=(custom:ISC)
depends=(libglvnd libxkbcommon libuv pixman neatvnc-git wayland)