[arch-commits] Commit in pegtl/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Aug 8 20:59:17 UTC 2019


    Date: Thursday, August 8, 2019 @ 20:59:16
  Author: anthraxx
Revision: 498377

upgpkg: pegtl 2.8.1-1

Modified:
  pegtl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-08 20:56:15 UTC (rev 498376)
+++ PKGBUILD	2019-08-08 20:59:16 UTC (rev 498377)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=pegtl
-_gitcommit=3132d6418f176e77c7f173515b9c2d64e3af9e1f
-pkgver=2.8.0
+_gitcommit=7aff80da2ca4fcb0b47f32ba684ff2e1cd48c579
+pkgver=2.8.1
 pkgrel=1
 pkgdesc='Parsing Expression Grammar Template Library'
 url='https://github.com/taocpp/PEGTL'
@@ -15,7 +15,7 @@
 
 pkgver() {
   cd ${pkgname}
-  git describe --tags --always|sed 's/^v//;s/-/+/g'
+  git describe --tags --always| sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 prepare() {
@@ -27,7 +27,7 @@
   cd ${pkgname}/build
   cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_BUILD_TYPE=None \
     -DPEGTL_INSTALL_DOC_DIR=share/doc/${pkgname} \
     -DPEGTL_INSTALL_CMAKE_DIR=lib/cmake/${pkgname} \
     -DPEGTL_BUILD_EXAMPLES=OFF \



More information about the arch-commits mailing list