Fix pkgver, always use version for steamguard-cli
Instead of using the tag name of steamguard (steamguard-vX.X.X), use the tag for steamguard-cli (vX.X.X).
This commit is contained in:
parent
1901994d0e
commit
537060fc1f
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -15,7 +15,7 @@ sha256sums=('SKIP')
|
|||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${_pkgname}"
|
||||
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/v//g'
|
||||
git describe --long --tags --match 'v*' | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/v//g'
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue