summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-11-15 14:19:14 +0100
committerEric Engestrom2020-11-15 14:19:14 +0100
commit7022912da59491bccae4a210ad112ccdd4d15a95 (patch)
tree3b69fd8a30a5057c713efa6ad02dd0a7c8a4f41f
parentd4dfe11d79527a7612aa025b223e82cb0eae20f3 (diff)
downloadaur-7022912da59491bccae4a210ad112ccdd4d15a95.tar.gz
add a couple of supported ARM architectures
-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)