Possible package version problem
During an update, I observed the following output of yaourt:
==> Package upgrade only (new release):
world/clang 5.0.0-1 1 -> 1
world/tcl 8.6.7-1 1 -> 1
extra/qtcreator 4.5.0-1 1 -> 2
...
==> Software upgrade (new version) :
extra/tk 8.6.7-2 -> 8.6.8-2
...
warning: clang-5.0.0-1 is up to date -- reinstalling
warning: tcl-8.6.7-1 is up to date -- reinstalling
resolving dependencies...
warning: cannot resolve "tcl=8.6.8", a dependency of "tk"
warning: cannot resolve "clang=5.0.1", a dependency of "qtcreator"
:: The following packages cannot be upgraded due to unresolvable dependencies:
tk qtcreator
...
Packages ... clang-5.0.0-1 ... tcl-8.6.7-1
From a search of the Arch packages:
- clang is now at version 5.0.1-1
- tcl is now at version 8.6.8-1
I suspect there is a problem with package versioning in the Artix World repository in that the package major and minor version values are correct but the incremental number is not being changed (e.g. clang is supposed to go from 5.0.0-1 to 5.0.1-1).
IRC this would be an issue in the PKGBUILD file.