10 Feb
2014
10 Feb
'14
10:43 a.m.
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