summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Engestrom2020-11-15 14:19:14 +0100
committerEric Engestrom2020-11-15 14:19:14 +0100
commit7022912da59491bccae4a210ad112ccdd4d15a95 (patch)
tree3b69fd8a30a5057c713efa6ad02dd0a7c8a4f41f /PKGBUILD
parentd4dfe11d79527a7612aa025b223e82cb0eae20f3 (diff)
downloadaur-7022912da59491bccae4a210ad112ccdd4d15a95.tar.gz
add a couple of supported ARM architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)