From c111ae704040addcea56396444be8a7b52fd0042 Mon Sep 17 00:00:00 2001 From: YAN Wenkun Date: Sun, 16 Feb 2020 20:10:55 +0800 Subject: [PATCH] Update AUR Package Source The AUR Package `xorgxrdp-devel-git` is deprecated, use `xorgxrdp` or `xorgxrdp-git` instead. --- 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 ) ###############################################################################