summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Farley2021-01-14 08:43:56 -0600
committerRyan Farley2021-01-14 08:43:56 -0600
commitcb6b61df95477c7c07443f4206c37973185e9a9f (patch)
tree6e63f503abd7d442ad880f676fc7f9917cbf7ae3
parent9cadb3a01540293a7d5e0bdd34d1f5fbe9a84562 (diff)
downloadaur-cb6b61df95477c7c07443f4206c37973185e9a9f.tar.gz
Add missing libxkbcommon dep
Per PedroHLC in the comments
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dd1a0f60671..36ee31706652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waynergy-git
pkgdesc = Synergy client for wlroots wayland compositors
- pkgver = r105.327f459
+ pkgver = r114.7f207eb
pkgrel = 1
url = https://github.com/r-c-f/waynergy
arch = x86_64
@@ -8,6 +8,7 @@ pkgbase = waynergy-git
makedepends = git
makedepends = meson
makedepends = ninja
+ depends = libxkbcommon
depends = wayland
optdepends = wl-clipboard: Clipboard synchronization support
provides = waynergy
diff --git a/PKGBUILD b/PKGBUILD
index 6145c9bf2ada..d24379116c13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ryan Farley <ryan.farley@gmx.com>
pkgname=waynergy-git
-pkgver=r105.327f459
+pkgver=r114.7f207eb
pkgrel=1
pkgdesc="Synergy client for wlroots wayland compositors"
arch=(x86_64)
url="https://github.com/r-c-f/waynergy"
license=('MIT')
-depends=('wayland')
+depends=('libxkbcommon' 'wayland')
makedepends=(git meson ninja)
optdepends=('wl-clipboard: Clipboard synchronization support')
provides=("${pkgname%-git}")