Package Details: gitify-git 4.20.r1195.d67a2e8-2-1

Git Clone URL: https://aur.archlinux.org/gitify-git.git (read-only, click to copy)
Package Base: gitify-git
Description: GitHub Notifications on your menu bar
Upstream URL: https://github.com/manosim/gitify.git
Licenses: MIT
Conflicts: gitify
Provides: gitify
Submitter: bradsk88
Maintainer: bradsk88
Last Packager: bradsk88
Votes: 0
Popularity: 0.000000
First Submitted: 2021-03-20 22:49 (UTC)
Last Updated: 2021-03-20 23:23 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

xiota commented on 2023-04-09 08:18 (UTC) (edited on 2023-04-09 08:24 (UTC) by xiota)

==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
4.20.r.

Fix with the following:

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