12-30-2021, 02:18 AM
(12-29-2021, 08:06 PM)tk1107 Wrote: :: Checking for conflicts...
:: Checking for inner conflicts...
[Repo:8] python-bcrypt-3.2.0-3 python-gnupg-0.4.8-1 etc... (I put the etc here...there were more files)
Does this mean it is checking the files required for download for conflicts or there are actually conflicts in those files listed?
This seems like the regular procedure pacman goes through, there will always be the message that it's checking for conflicts. It's just informing you that it's checking, it doesn't seem to tell you it found any conflicts. If there were any, it would give you a warning like the one about gtk3 and gtk3-mobile you mentioned before.
If you can build the package successfully now with "makepkg -s", everything should be fine.
To get a better understanding of what is happening when building packages with a PKGBUILD (which then can be installed by pacman) you can read the Arch wiki articles about the AUR, PKGBUILD and makepkg. That helped me understand it much better.