Temporarily block Sooperlooper git as its abandonment is causing dependency issues, TODO create a ignorepkg file that can be user edited to replace this
This commit is contained in:
@@ -28,7 +28,7 @@ if [ -z $(which pacdiff) ]; then
|
||||
fi
|
||||
|
||||
#Create list of -git packages from the aur
|
||||
gitlist=$(pacman -Qqm | grep git | grep -v debug)
|
||||
gitlist=$(pacman -Qqm | grep git | grep -v debug | grep -v sooperlooper-git)
|
||||
|
||||
#Run normal repo updates
|
||||
echo "Running sudo pacman -Syu to update repo packages"
|
||||
|
||||
Reference in New Issue
Block a user