Package Details: gapi-ocaml-git 0.3.1.r63365846991-1

Git Clone URL: https://aur.archlinux.org/gapi-ocaml-git.git (read-only, click to copy)
Package Base: gapi-ocaml-git
Description: A simple OCaml client for Google Services.
Upstream URL: http://forge.ocamlcore.org/projects/gapi-ocaml/
Licenses: MIT
Conflicts: gapi-ocaml
Provides: gapi-ocaml, gapi-ocaml-git
Submitter: EndlessEden
Maintainer: EndlessEden
Last Packager: EndlessEden
Votes: 1
Popularity: 0.000000
First Submitted: 2017-01-02 15:39 (UTC)
Last Updated: 2017-01-02 16:02 (UTC)

Latest Comments

MarsSeed commented on 2022-05-25 18:46 (UTC)

pkgver is very confusing. Currently it is: 0.4.2.r75905aefced-1.

Please kindly implement a more understandable versioning scheme, like this:

epoch=1  # to 'reset' version counting, because this change will result in a lower version number

pkgver() {
  cd "$pkgname"
  git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

This would create this version as of now: 1:0.4.2.r5.g05aefced-1. Showing the .r{REVISION#}.g{SHORTHASH#} suffix as recommended by the Arch VCS package guidelines.