Date: Monday, August 24, 2020 @ 20:50:58 Author: anthraxx Revision: 394672
use non ambiguous/broken pkgver Modified: vala/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-24 20:20:23 UTC (rev 394671) +++ PKGBUILD 2020-08-24 20:50:58 UTC (rev 394672) @@ -1,5 +1,5 @@ +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> -# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org> # Contributor: Ionut Biru <[email protected]> # Contributor: Timm Preetz <[email protected]> @@ -22,7 +22,7 @@ pkgver() { cd $pkgname - git describe --tags | sed 's/-/+/g' + git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' } prepare() {
