fix typo
This commit is contained in:
parent
234acf35eb
commit
d59768728b
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -23,7 +23,7 @@ md5sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "${srcdir}/FreeCAD"
|
cd "${srcdir}/FreeCAD"
|
||||||
# upstream recyles the "pre" and "staging" tags so they do not produces stable commit counts
|
# upstream recyles the "pre" and "staging" tags so they do not produce stable commit counts
|
||||||
git describe --long --tags --exclude '*pre*' --exclude '*staging*' | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/_//'
|
git describe --long --tags --exclude '*pre*' --exclude '*staging*' | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/_//'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue