Package Details: rustdesk-appimage 1.4.1-3

Git Clone URL: https://aur.archlinux.org/rustdesk-appimage.git (read-only, click to copy)
Package Base: rustdesk-appimage
Description: Yet another remote desktop software, written in Rust. Works out of the box, no configuration required.
Upstream URL: https://github.com/rustdesk/rustdesk
Licenses: AGPL-3.0-only
Conflicts: rustdesk
Provides: rustdesk
Submitter: taotieren
Maintainer: kuhtoxo (Zoddo)
Last Packager: Zoddo
Votes: 3
Popularity: 0.85
First Submitted: 2023-08-27 15:51 (UTC)
Last Updated: 2025-07-29 11:07 (UTC)

Dependencies (2)

Required by (2)

Sources (2)

Latest Comments

Asgatoril commented on 2025-08-08 11:49 (UTC)

Hi, during the installation I get a file not found error for "rustdesk-1.4.1-x86_64.AppImage".

chmod: Zugriff auf 'rustdesk-1.4.1-x86_64.AppImage' nicht möglich: Datei oder Verzeichnis nicht gefunden

It seems to me, that the package subversion (pkgrel) is being used as part of the filename during download (e.g. rustdesk-1.4.1-3-x86_64.AppImage) but is being omitted during the installation step.

I changed "${pkgver}" to "${pkgver}-${pkgrel}" in lines 29, 30 and 35 in a local copy of the PKGBUILD and was then able to successfully install rustdesk.

Would it be possible to change this?