PKGBUILD: strip v prefix in pkgver()

This commit is contained in:
Rosalie Wanders
2022-01-17 12:09:00 +01:00
parent e01521f8f1
commit 4e89dc5cb8
+1 -1
View File
@@ -21,7 +21,7 @@ pkgver()
{
cd "$_pkgname"
git describe --tags --always | sed -e 's|-|.|g'
git describe --tags --always | sed -e 's|^v||;s|-|.|g'
}
prepare()