summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}")