Skip to content

try to give the packages versions that update every build

Ian Monroe requested to merge uniqueVersions into master

so they use the version from each packages's git describe but then modified to include the buildtime timestamp so that everytime kde-linux-package runs a job, it will get a new version

pkgrel would've been the ideal place to park this timestamp, unfortunately makepkg resets pkgrel to 1 if pkgver() changes the version, which is every time for these automated package files.

Merge request reports

Loading