Skip to content

Commit

Permalink
Update AUR Package Source
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutaro-B18016 committed Feb 19, 2021
1 parent cd10c5b commit 3c539a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/makepkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pushd "$TMPDIR" || exit
# XORGXRDP
# Devel version, because release version includes a bug crashing gnome-settings-daemon
(
git clone https://aur.archlinux.org/xorgxrdp-devel-git.git
cd xorgxrdp-devel-git || exit
git clone https://aur.archlinux.org/xorgxrdp.git
cd xorgxrdp || exit
makepkg -sri --noconfirm
)
###############################################################################
Expand Down

0 comments on commit 3c539a4

Please sign in to comment.