Package Details: coreuniverse-git 2.8.0.r2.abec8fe-1

Git Clone URL: https://aur.archlinux.org/coreuniverse-git.git (read-only, click to copy)
Package Base: coreuniverse-git
Description: Shows information about apps from the CoreApps family.
Upstream URL: https://gitlab.com/cubocore/coreuniverse
Licenses: GPL3
Groups: coreapps-git
Conflicts: coreuniverse
Provides: coreuniverse
Submitter: librewish
Maintainer: None
Last Packager: librewish
Votes: 0
Popularity: 0.000000
First Submitted: 2020-01-24 18:10 (UTC)
Last Updated: 2020-01-25 18:41 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

librewish commented on 2020-01-25 19:01 (UTC)

done

yochananmarqos commented on 2020-01-25 15:43 (UTC)

Tip: You can add s/^v// to the sed string to remove the leading v from the pkgver; i.e,

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