mirror of
https://aur.archlinux.org/rustdesk-bin.git
synced 2025-11-28 04:00:28 +08:00
Also fixes the shell logic in the post_upgrade hook Co-authored-by: alerque <caleb@alerque.com>
32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
pkgbase = rustdesk-bin
|
|
pkgdesc = Yet another remote desktop software, written in Rust. Works out of the box, no configuration required.
|
|
pkgver = 1.4.4
|
|
pkgrel = 1
|
|
url = https://github.com/rustdesk/rustdesk
|
|
install = rustdesk-bin.install
|
|
arch = x86_64
|
|
arch = aarch64
|
|
license = AGPL-3.0-only
|
|
depends = gtk3
|
|
depends = xdotool
|
|
depends = libxcb
|
|
depends = libxfixes
|
|
depends = alsa-lib
|
|
depends = libva
|
|
depends = libvdpau
|
|
depends = pam
|
|
depends = gst-plugins-base
|
|
depends = gst-plugin-pipewire
|
|
optdepends = libappindicator-gtk3: tray icon
|
|
optdepends = libayatana-appindicator: tray icon
|
|
provides = rustdesk
|
|
conflicts = rustdesk
|
|
options = !strip
|
|
options = !lto
|
|
options = !debug
|
|
source_x86_64 = rustdesk-1.4.4-1-x86_64.pkg.tar.zst::https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-0-x86_64.pkg.tar.zst
|
|
sha256sums_x86_64 = 548397cb46c6d173de5ee6463963be6df01c72c13a62465c22631a07d49aac7d
|
|
source_aarch64 = rustdesk-1.4.4-1-aarch64.rpm::https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-0.aarch64.rpm
|
|
sha256sums_aarch64 = 68950383fea827e380de958db63a9b57e446f7b9e80410ae39fc10449d804596
|
|
|
|
pkgname = rustdesk-bin
|