summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Farley2021-03-10 22:56:14 -0600
committerRyan Farley2021-03-10 22:56:14 -0600
commit7c67802cb52683f2af0bb59e84e1b4d68faf3209 (patch)
treefa53b24becfe84e4d62c34a1726084b0e155a351
parent9cadb3a01540293a7d5e0bdd34d1f5fbe9a84562 (diff)
downloadaur-7c67802cb52683f2af0bb59e84e1b4d68faf3209.tar.gz
add tls support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dd1a0f60671..2873cf520f6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waynergy-git
pkgdesc = Synergy client for wlroots wayland compositors
- pkgver = r105.327f459
+ pkgver = r124.4ead8fb
pkgrel = 1
url = https://github.com/r-c-f/waynergy
arch = x86_64
@@ -9,6 +9,8 @@ pkgbase = waynergy-git
makedepends = meson
makedepends = ninja
depends = wayland
+ depends = libxkbcommon
+ depends = libretls
optdepends = wl-clipboard: Clipboard synchronization support
provides = waynergy
conflicts = waynergy
diff --git a/PKGBUILD b/PKGBUILD
index 6145c9bf2ada..d833a65ac9c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ryan Farley <ryan.farley@gmx.com>
pkgname=waynergy-git
-pkgver=r105.327f459
+pkgver=r124.4ead8fb
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=('wayland' 'libxkbcommon' 'libretls')
makedepends=(git meson ninja)
optdepends=('wl-clipboard: Clipboard synchronization support')
provides=("${pkgname%-git}")