Package Details: rustdesk-git 1.2.4.r8956.g4fc5d3f-1

Git Clone URL: https://aur.archlinux.org/rustdesk-git.git (read-only, click to copy)
Package Base: rustdesk-git
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://rustdesk.com/
Keywords: desktop remote rustdesk
Licenses: AGPL-3.0-only
Conflicts: rustdesk
Provides: rustdesk
Submitter: taotieren
Maintainer: taotieren (Ataraxy, severach, mgrep1977)
Last Packager: severach
Votes: 7
Popularity: 1.75
First Submitted: 2021-06-27 07:30 (UTC)
Last Updated: 2024-04-08 05:04 (UTC)

Required by (2)

Sources (8)

Latest Comments

1 2 3 4 Next › Last »

mgrep1977 commented on 2024-04-07 10:40 (UTC) (edited on 2024-04-07 15:41 (UTC) by mgrep1977)

As it is not possible for me to push a commit I will ask here. Can you update PKGBUILD to include flutter 3.19.5 as in my case the builds with flutter 3.16.9 do not work. Upgraded it myself in the PKGBUILD to 3.19.5 and the builds are working again but it would be great if this change is already included in the package, thanks in advance please. I saw this behaviour for the first time in the following release: 1.2.4.r231.g41d99d510-1 After making the changes in the PKGBUILD and issuing makepkg the build release shows the following version: rustdesk-git 1.2.4.r0.g65f7541ec-1

Bad-Mad commented on 2024-02-13 09:15 (UTC)

Is it possible to change the flutter version to 3.16.9 in the "PKGBUILD"? (_FLUVER='3.16.9') With the older version makepkg aborts.

Flammkuchen commented on 2023-09-04 23:06 (UTC)

rustdesk is now at version 1.2.3. You should update the package as at the moment it is not buildable (pkgver() fails).

gcc and make are part of base-devel and should not be used in the makedepends array https://wiki.archlinux.org/title/PKGBUILD#makedepends

Flammkuchen commented on 2023-07-31 13:24 (UTC)

I'm sorry, I forgot that I added the epoch locally. While I'm not a fan of your solution it works and there won't be an epoch.

severach commented on 2023-07-31 04:01 (UTC)

I did not add or remove the epoch. I added a fake version so upgrades work properly until the next version.

Flammkuchen commented on 2023-07-30 17:56 (UTC)

Please add the epoch back. Once there is an epoch, it has to stay and can't go down.

eworm commented on 2023-07-04 07:01 (UTC)

This generates a strange package version (1.2.0.1.2.0.r3.g06af880b) now. Please fix...

Wondering why this had "1.2.0" in the version already... Looks like we need epoch=1 now for clean updates.

severach commented on 2023-06-20 21:52 (UTC) (edited on 2023-06-21 12:19 (UTC) by severach)

I don't clean build very often unless the error looks line one that chroot will find. I tried it this time and sure enough I get errors like /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.16.1/src/repo.rs:137: undefined reference to 'git_repository_open'.

eworm commented on 2023-06-20 21:09 (UTC)

Ha, got it! Once again the issue with rust and link time optimization... 🫣 Please add !lto in options array. Thanks!

eworm commented on 2023-06-20 20:53 (UTC)

Looks like it builds for you, but it does not for (some of) us. Do you build in a clean and up-to-date chroot?