Skip to content

Commit 2699f64

Browse files
author
Yutaro-B18016
authored
Merge pull request #1 from Yutaro-B18016:Update-AUR-Package-Source
Accept Pull Request: microsoft#103
2 parents cd10c5b + 3c539a4 commit 2699f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/makepkg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ pushd "$TMPDIR" || exit
3131
# XORGXRDP
3232
# Devel version, because release version includes a bug crashing gnome-settings-daemon
3333
(
34-
git clone https://aur.archlinux.org/xorgxrdp-devel-git.git
35-
cd xorgxrdp-devel-git || exit
34+
git clone https://aur.archlinux.org/xorgxrdp.git
35+
cd xorgxrdp || exit
3636
makepkg -sri --noconfirm
3737
)
3838
###############################################################################

0 commit comments

Comments
 (0)