* Giancarlo Razzolini <[email protected]> (Tue, 26 May 2015 10:21:01 -0300): > I found out that if you accidentally commit the PKGBUILD without the > .SRCINFO, and then try to push the .SRCINFO file after, it won't work. > My suggestion to you, start with a clean clone of your repo. I was > able to up every project I have on aur.archlinux.org to aur4.
Or, as Doug Newgard already said, use git filter-branch --tree-filter to add .SRCINFO to earlier commits. Best, Marcel
