Date: Saturday, November 6, 2021 @ 12:31:09
  Author: archange
Revision: 1037517

Fix bad copypaste

Modified:
  liblas/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-11-06 12:17:35 UTC (rev 1037516)
+++ PKGBUILD    2021-11-06 12:31:09 UTC (rev 1037517)
@@ -18,7 +18,7 @@
 
 pkgver() {
   cd libLAS
-  git describe --tags | sed 's/^mfoc-//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
 }
 
 prepare() {

Reply via email to