Package Details: rustdesk-bin 1.3.2-1

Git Clone URL: https://aur.archlinux.org/rustdesk-bin.git (read-only, click to copy)
Package Base: rustdesk-bin
Description: Yet another remote desktop software, written in Rust. Works out of the box, no configuration required.
Upstream URL: https://github.com/rustdesk/rustdesk
Keywords: desktop remote rustdesk
Licenses: AGPL-3.0
Conflicts: rustdesk
Provides: rustdesk
Submitter: taotieren
Maintainer: kuhtoxo (Zoddo)
Last Packager: kuhtoxo
Votes: 93
Popularity: 6.98
First Submitted: 2021-06-27 05:16 (UTC)
Last Updated: 2024-10-29 14:20 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

d-air1 commented on 2024-08-26 22:45 (UTC)

Any reason to force this to run on startup. Also the way you currently have it every upgrade will also force this to run on startup even when a user disables it from doing so.

Personally I really don't like it when apps decide to start themselves. Currently, I have written a pacman hook to undo this on every upgrade so this won't affect me, but I just wanted to bring it up.

omnigenous commented on 2024-07-28 07:49 (UTC)

v1.2.7 is out https://github.com/rustdesk/rustdesk/releases/tag/1.2.7

ivanmara commented on 2024-06-25 08:44 (UTC) (edited on 2024-06-25 08:46 (UTC) by ivanmara)

Rustdesk 1.2.6 doesnot install. Mistake in PKGBUILD. Correct url do download package is:

https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-0-x86_64.pkg.tar.zst

with zero in 1.2.6-0

gaelic commented on 2024-06-25 07:45 (UTC)

Now 1.2.6 is out (a stable release) :)

d-air1 commented on 2024-06-02 21:17 (UTC)

Someone flagged the package out of date citing the release of version 1.2.4, but that is a pre-release, so I believe this can be safely unflagged.

spsf64 commented on 2024-05-06 11:09 (UTC) (edited on 2024-05-06 11:11 (UTC) by spsf64)

@berbigou @taotieren, pkgrel cannot be 0:

https://wiki.archlinux.org/title/PKGBUILD#pkgrel

berbigou commented on 2024-05-05 20:19 (UTC) (edited on 2024-05-05 20:41 (UTC) by berbigou)

Package has been flagged out-of-date.
Looking at it, I think the use of pkgrel in PKGBUILD is confusing regarding versions on github.
I propose to put pkgver=1.2.3-0 AND change line 38 in PKGBUILD which is:

source=("${pkgbase%-bin}-${pkgver}-$CARCH.pkg.tar.zst::$url/releases/download/${pkgver}/rustdesk-${pkgver}-0-$CARCH.pkg.tar.zst") 

to:

source=("${pkgbase%-bin}-${pkgver}-$CARCH.pkg.tar.zst::$url/releases/download/${pkgver}/rustdesk-${pkgver}-$CARCH.pkg.tar.zst") 

to use the new ${pkgver} without changing anything else,
AND EVEN BETTER: pkgver=1.2.3-2 for last non daily-built.
Then pkgrel would be pkgrel=4.
Thanks for maintaining it.
Have a good day.
(edited)

MrVulcan commented on 2024-01-10 18:53 (UTC) (edited on 2024-01-10 18:54 (UTC) by MrVulcan)

@Gilrain I'm afraid I don't know how to do any of what you suggested, so I'll wait for someone more knowledgeable than me to solve this problem. I do know how to solve problems with pacman or paru.

Gilrain commented on 2024-01-10 12:50 (UTC)

@MrVulcan: ideally when a version is released, the source should not change. Some projects like to meddle behind the scene and so you need updpkgsums from pacman-contrib. Or simply do as taotieren did and SKIP the checksum.