summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2019-12-31 13:50:28 +0000
committerGrey Christoforo2019-12-31 13:50:28 +0000
commitd59768728b324627476f5db29b5978d326d313d7 (patch)
treeb511c82b5cb4bccfdad8f7df59cf4fc096ac90c3 /PKGBUILD
parent234acf35eb90a2d2a633c25c4e5762a289a10e5f (diff)
downloadaur-d59768728b324627476f5db29b5978d326d313d7.tar.gz
fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3daa42e16a00..bf97ec1cc521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ md5sums=('SKIP')
pkgver() {
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/_//'
}