summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36ee31706652..2873cf520f6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waynergy-git
pkgdesc = Synergy client for wlroots wayland compositors
- pkgver = r114.7f207eb
+ pkgver = r124.4ead8fb
pkgrel = 1
url = https://github.com/r-c-f/waynergy
arch = x86_64
@@ -8,8 +8,9 @@ pkgbase = waynergy-git
makedepends = git
makedepends = meson
makedepends = ninja
- depends = libxkbcommon
depends = wayland
+ depends = libxkbcommon
+ depends = libretls
optdepends = wl-clipboard: Clipboard synchronization support
provides = waynergy
conflicts = waynergy
diff --git a/PKGBUILD b/PKGBUILD
index d24379116c13..d833a65ac9c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ryan Farley <ryan.farley@gmx.com>
pkgname=waynergy-git
-pkgver=r114.7f207eb
+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=('libxkbcommon' 'wayland')
+depends=('wayland' 'libxkbcommon' 'libretls')
makedepends=(git meson ninja)
optdepends=('wl-clipboard: Clipboard synchronization support')
provides=("${pkgname%-git}")