summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThadah D. Denyse2025-02-06 21:08:25 +0100
committerThadah D. Denyse2025-02-06 21:08:25 +0100
commit185cf7eed3b44b08dcd1339b854c3ec305536981 (patch)
tree23bd97fe843914b2579f138bb6eed5d38f27a96a /PKGBUILD
parentfbc9a66fab75f9238439a451aa6b8876426c968b (diff)
downloadaur-185cf7eed3b44b08dcd1339b854c3ec305536981.tar.gz
Make libappindicator-gtk3 and libayatana-appindicator mandatory dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 576eb33a6ce8..4971f767b993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainers: arraen, thadah
pkgname="synergy3-bin"
pkgver="3.2.1"
-pkgrel="1"
+pkgrel="2"
pkgdesc="Share a single mouse and keyboard between multiple computers"
url="https://symless.com/synergy"
license=('unknown')
@@ -10,8 +10,8 @@ source_x86_64=("https://symless.com/synergy/synergy/api/download/synergy-$pkgver
sha256sums_x86_64=("dab645176d3e00f860eb8bb822a81559acbc8e8220319cdacda37828bfc79d87")
conflicts=('synergy' 'synergy1-bin' 'synergy-git' 'synergy-1.6' 'synergy2-bin' 'synergy3-bin' 'synergy3-beta-bin')
-depends=('openssl' 'alsa-lib' 'libei' 'libnotify' 'nss' 'qt6-base' 'libxkbfile')
-optdepends=('libappindicator-gtk3')
+depends=('openssl' 'alsa-lib' 'libei' 'libnotify' 'nss' 'qt6-base' 'libxkbfile' 'libappindicator-gtk3' 'libayatana-appindicator')
+optdepends=()
options=("!strip")
package() {