From c4144b79036b56b68305f8a5a6d2af3f1a8c926f Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 20 Feb 2023 00:00:14 -0800 Subject: update --- home/xyz/.local/bin/upd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 9e1bbeee..e56a509c 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -59,7 +59,7 @@ misc () { pac () { pacpacs="$(sudo pacman --noconfirm -Syu | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)" - aurpacs="$(paru --noconfirm -aSu | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)" + aurpacs="$(paru --noconfirm -aSu --ignore libredwg-git | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)" # part steal from aur comment # sometimes "ERROR: Failure while downloading": https://github.com/neovim/neovim/issues/15709 # echo 1, printf 1 and yes 1 all works? not sure why -- cgit v1.2.3-70-g09d2