You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
makepkg expects the PKGBUILD file to be in the current working
directory. Our ./dist/arch/update-aur.sh script runs makepkg in an
arbitrary directory, causing makepkg to often fail.
Fix our ./dist/arch/update-aur.sh script to run makepkg from the correct
directory.
0 commit comments