summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKingtous2022-10-26 18:02:28 +0800
committerKingtous2022-10-26 18:02:28 +0800
commit88d851421ecf5f84a9ea387fc68548f0bbebf642 (patch)
tree573253bbca15fe4300e3ca2ecfdb76d1e1110ca1
parent2b56357ca584e2307335dec40f8fa654600c231b (diff)
downloadaur-88d851421ecf5f84a9ea387fc68548f0bbebf642.tar.gz
update libayatana-appindicator deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11d889578543..8cc1b7ff31d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = rustdesk-nightly
depends = hicolor-icon-theme
depends = xdg-utils
depends = python-pynput
+ depends = libayatana-appindicator
provides = rustdesk
conflicts = rustdesk
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 0f5070519c01..9d9d85b14c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
provides=("${pkgname%-nightly}")
conflicts=("${pkgname%-nightly}")
# TODO: add dep on libsciter-gtk, remove libsciter-gtk.so from this package
-depends=('gtk3' 'xdotool' 'libxcb' 'libxfixes' 'alsa-lib' 'pulseaudio' 'hicolor-icon-theme' 'xdg-utils' 'python-pynput')
+depends=('gtk3' 'xdotool' 'libxcb' 'libxfixes' 'alsa-lib' 'pulseaudio' 'hicolor-icon-theme' 'xdg-utils' 'python-pynput' 'libayatana-appindicator')
options=('!strip')
source=("$url/releases/download/nightly/rustdesk-${pkgver}-${pkgrel}-${arch}.pkg.tar.zst")
sha256sums=('SKIP')