From 3c539a4f21a831add8bb73daba7a55575bba497c Mon Sep 17 00:00:00 2001 From: Yutaro-B18016 Date: Fri, 19 Feb 2021 18:59:48 +0900 Subject: [PATCH] Update AUR Package Source --- arch/makepkg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/makepkg.sh b/arch/makepkg.sh index d1fe6ca..4190fa6 100755 --- a/arch/makepkg.sh +++ b/arch/makepkg.sh @@ -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 ) ###############################################################################