We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd10c5b + 3c539a4 commit 2699f64Copy full SHA for 2699f64
arch/makepkg.sh
@@ -31,8 +31,8 @@ pushd "$TMPDIR" || exit
31
# XORGXRDP
32
# Devel version, because release version includes a bug crashing gnome-settings-daemon
33
(
34
- git clone https://aur.archlinux.org/xorgxrdp-devel-git.git
35
- cd xorgxrdp-devel-git || exit
+ git clone https://aur.archlinux.org/xorgxrdp.git
+ cd xorgxrdp || exit
36
makepkg -sri --noconfirm
37
)
38
###############################################################################
0 commit comments