summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Farley2021-03-14 14:56:32 -0500
committerRyan Farley2021-03-14 14:56:32 -0500
commit7964b8c9d109d180b191364e08e3b1d14d5b640b (patch)
tree0a2f88ba0b177c967282886846fa2bb5cbdfe73f
parentdb59e14f1c5e82293b95fa68922539dfad1b5f2c (diff)
downloadaur-7964b8c9d109d180b191364e08e3b1d14d5b640b.tar.gz
add armv7h
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2873cf520f6c..a64acd382744 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = waynergy-git
pkgdesc = Synergy client for wlroots wayland compositors
- pkgver = r124.4ead8fb
+ pkgver = r126.60a3d91
pkgrel = 1
url = https://github.com/r-c-f/waynergy
arch = x86_64
+ arch = armv7h
license = MIT
makedepends = git
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index d833a65ac9c0..7ef55a0c1cf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Ryan Farley <ryan.farley@gmx.com>
pkgname=waynergy-git
-pkgver=r124.4ead8fb
+pkgver=r126.60a3d91
pkgrel=1
pkgdesc="Synergy client for wlroots wayland compositors"
-arch=(x86_64)
+arch=(x86_64 armv7h)
url="https://github.com/r-c-f/waynergy"
license=('MIT')
depends=('wayland' 'libxkbcommon' 'libretls')