mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-09-05 20:04:33 +02:00
PKGBUILD: strip v prefix in pkgver()
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user