2 Mar
2016
2 Mar
'16
4:42 p.m.
PS: I've got a question regarding the jack2-git package from AUR. The maintainer does use $ git rev-list --count master 3425 [1], but IMO pkgver should be $ git describe|sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g' 1.9.10.r177.g7bdad49 since this is the correct version number, as used by https://www.archlinux.org/packages/community/x86_64/jack2/ . Is there no recommendation what to use for AUR PKGBUILD pkgver? Regards, Ralf [1] "pkgver() { cd jack2 # get a plain number echo $(git rev-list --count master) }" - https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jack2-git