@Bink: I'm not sure where the issue is.
PKGBUILD can't detect deps that require rebuild when they get incongruous after a sys update; it can only request rebuild of deps when they get outdated.
You should try a Pacman hook like extra/rebuild-detector to get a notification after pacman -Suy with a list of decoherent AUR packages that require rebuilding.
Pinned Comments
bartus commented on 2019-08-01 19:45 (UTC) (edited on 2023-11-11 15:48 (UTC) by bartus)
Note: If you want to have both
gimp-gitand stockgimpinstalled, there's a non-conflicting version of this package calledgimp-develop-gitThis package is also hosted on GitHub.
Please report
issuesandpatchesto gimp-git*github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-gimp-git.svg?branch=master" />
Use env vars to control build process:
DISABLE_MESON=1to build with Autotools build system (disabled by default)MAKEFLAGS="xxx"to override default make flags.Usage cases:
makepkg DISABLE_MESON=1yay -S gimp-git --mflags "DISABLE_MESON=1"Disclaimer: Package uses Travis to automatically update version of dependencies. Script executes once a day, so please wait a day before reporting dependencies version mismatch, thanks!