Package Details: manly-git 0.4.0.r12.b9ade3a-1

Git Clone URL: https://aur.archlinux.org/manly-git.git (read-only, click to copy)
Package Base: manly-git
Description: A compliment to the man pages.
Upstream URL: https://github.com/mpolidori/manly
Licenses: MIT
Conflicts: manly
Provides: manly
Submitter: mapolidori
Maintainer: mapolidori
Last Packager: mapolidori
Votes: 1
Popularity: 0.000000
First Submitted: 2019-02-06 19:51 (UTC)
Last Updated: 2019-09-19 10:59 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

mapolidori commented on 2019-09-19 11:06 (UTC)

Done. Thanks for the input.

yochananmarqos commented on 2019-09-18 15:38 (UTC)

Since there are tags available, please use:

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

Please include provides and conflicts:

provides=("$_name")
conflicts=("$_name")