Package Details: chksum-git 0.1-1

Git Clone URL: https://aur.archlinux.org/chksum-git.git (read-only, click to copy)
Package Base: chksum-git
Description: Check and compare easily the checksum of a file.
Upstream URL: https://gitlab.com/ChacaS0/chksum
Keywords: checksum hash md5 sh1 sha256 verification
Licenses: Apache
Conflicts: chksum
Provides: chksum
Submitter: ChacaS0
Maintainer: ChacaS0
Last Packager: ChacaS0
Votes: 0
Popularity: 0.000000
First Submitted: 2019-10-28 17:18 (UTC)
Last Updated: 2019-10-29 06:41 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

ChacaS0 commented on 2019-10-29 09:52 (UTC)

@yochananmarqos ok thanks :D

yochananmarqos commented on 2019-10-28 18:52 (UTC)

You left out the pkgver() array:

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

0.1.r17.cae2a15

You copied & pasted ${pkgname%-bin-git} from chksum-bin-git, it should be ${pkgname%-git} here.