#aur commit

4 messages · Page 1 of 1 (latest)

fallen cloud
#

Trying to do a simple update for the davince resolve package. it's just a version and sha256 checksum update. so figured it should be easy...
followed this
https://wiki.archlinux.org/title/AUR_submission_guidelines
created ssh key and added it to my account.

then
makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO
git commit -m "Updated to 20.2.2"
ran these as prompted
git config --global user.email "[email protected]"
git config --global user.name "Your Name"

all this works but when I

git push
fatal: unable to access 'https://aur.archlinux.org/davinci-resolve.git/': The requested URL returned error: 403

am thinking when I generated the key it used my local username and host, not my email, is the issue? might have done something out of order??

#

used my email and username, not the placeholders.

#

or is that just because I'm not the maintainer?