From b1fa9eadd9940474aa2b3ff2a2815868ba6cfbd6 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 19 Oct 2024 13:27:30 -0400 Subject: [PATCH] build: arch package requires tomlplusplus and cli11 --- res/dist/arch/PKGBUILD.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/dist/arch/PKGBUILD.in b/res/dist/arch/PKGBUILD.in index 38da2246d..63221172d 100644 --- a/res/dist/arch/PKGBUILD.in +++ b/res/dist/arch/PKGBUILD.in @@ -25,6 +25,8 @@ depends=( 'qt6-tools' 'libei' 'libportal' + 'tomlplusplus' + 'cli11' ) conflicts=('synergy-git' 'synergy1-bin' 'synergy2-bin' 'synergy3-bin') options=('!debug')