alerque / aur

Package sources for all the AUR packages I either maintain, co-maintain, or fork.
https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque
45 stars 26 forks source link

upgpkg: brave 1.46.144-2 #41

Closed caesarw closed 1 year ago

caesarw commented 1 year ago

Changelog

Note that this update does not solve the potential race condition when building package, meaning it's hard to build in a clean root. You might prefer building it with AUR helpers.

alerque commented 1 year ago

Sorry I've bungled this up a bit. I was trying to work around a bug in git subtree which is making aurpublish fail for this particular subtree. In trying to cleanup that mess the right merges and commit messages got lost. I think this is published now but I'll try to clean things up so future merges from PRs here aren't so messy.

caesarw commented 1 year ago

The pkgrel issue is because that I have been updating the PKGBUILD on my branch brave-wip, and I copied that directly to rebase on your master branch. That caused pkgrel to be 2, since I've repackaged twice on the same version of Brave. Anyway, won't happen the next time.

alerque commented 1 year ago

Aa, I see, yes that would do it. I'd assumed you'd done some prior work locally before getting to 2, but like I said no worries at all. That's easy. Working around the git subtree bugs is getting to be a pain.