From d59768728b324627476f5db29b5978d326d313d7 Mon Sep 17 00:00:00 2001 From: Grey Christoforo Date: Tue, 31 Dec 2019 13:50:28 +0000 Subject: [PATCH] fix typo --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 3daa42e..bf97ec1 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/_//' }