Manjaro Translations:Create Manjaro Packages/30/en

Translations:Create Manjaro Packages/30/en

From Manjaro

This is particularly useful if you are making git/svn/hg/etc. packages, where the build process may remain the same, but the source could be updated every day, even every hour. The old way of doing this was to put the date into the pkgver field which, if the software was not updated, makepkg would still rebuild it thinking the version had changed. Some useful commands for this are git describe, hg identify -ni, etc. Please test these before submitting a PKGBUILD, as a failure in the pkgver() function can stop a build in its tracks.

Note
pkgver cannot contain spaces or hyphens (-). Using sed to correct this is common.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.