[aur-general] Code review request: new PKGBUILD "omodoro"
Justin Dray
justin at dray.be
Mon Feb 10 05:43:49 EST 2014
For the git pkgver functions, you're best off checking the wiki:
https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
The first one you posted is the only one listed there. The function you are
using at the moment will return a random version as it's just the
fingerprint of the latest commit; That means it may or may not get seen as
an update when people go to build the next version. You need to make sure
it is something that makes sense and increments as new commits are made.
You should rarely have to deviate from what is on that VCS PKGBUILD
guidelines page.
Regards,
Justin Dray
More information about the aur-general
mailing list