Package Details: rustdesk-bin 1.2.3_2-0

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. Great alternative to TeamViewer and AnyDesk!
Upstream URL: https://github.com/rustdesk/rustdesk
Keywords: AnyDesk desktop remote Rust TeamViewer
Licenses: GPL3
Conflicts: rustdesk
Provides: rustdesk
Submitter: taotieren
Maintainer: taotieren (sukanka, kuhtoxo, berbigou)
Last Packager: taotieren
Votes: 72
Popularity: 5.58
First Submitted: 2021-06-27 05:16 (UTC)
Last Updated: 2024-05-06 10:28 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

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.

MrVulcan commented on 2024-01-10 09:46 (UTC)

For some time now, I've been seeing this:

==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'rustdesk-bin-1.2.3-2': error: packages failed to build: rustdesk-bin-1.2.3-2

Could someone please fix this or tell me what I can do to fix it?

Denzy7 commented on 2023-12-27 18:12 (UTC) (edited on 2023-12-27 18:34 (UTC) by Denzy7)

Add gst-plugins-base and gst-plugin-pipewire as optional dependencies according to github discussion for wayland

Jonno2002 commented on 2023-11-03 04:36 (UTC)

FYI "xdg-user-dirs" is required for recent sessions to show up, might want to add that as a dependency

spsf64 commented on 2023-08-27 15:18 (UTC) (edited on 2023-08-27 16:50 (UTC) by spsf64)

@proledatarian and @sukanka, i agree with you both @taotieren ver 1.2.2-3 is working now, thanks

proledatarian commented on 2023-08-27 14:00 (UTC) (edited on 2023-08-27 14:06 (UTC) by proledatarian)

arch= has to be specified and can not be empty or missing.

And if I add arch= it's still broken.

error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: rustdesk-bin and rustdesk-appimage are in conflict

sukanka commented on 2023-08-27 09:56 (UTC)

I'd prefer rustdesk-appimage to be a separate package, instead of a split package.

I only use the -bin package, and don't want these appimages to be downloaded, especially the aarch64 one, as my arch is x86_64. (I cannot understand why an arch user would like to use an appimage since it can be re-packaged to an ordinary -bin package.)