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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Tue Apr 19 06:03:20 UTC 2022


    Date: Tuesday, April 19, 2022 @ 06:03:20
  Author: kgizdov
Revision: 1187062

[FS#74497] fix file conflict with gtest

Modified:
  antlr4-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-19 01:11:48 UTC (rev 1187061)
+++ PKGBUILD	2022-04-19 06:03:20 UTC (rev 1187062)
@@ -2,7 +2,7 @@
 
 pkgname=antlr4-runtime
 pkgver=4.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Antlr C++ runtime'
 url='https://www.antlr.org/'
 arch=('x86_64')
@@ -24,7 +24,8 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_CXX_STANDARD=17 \
-    -DANTLR4_INSTALL=ON
+    -DANTLR4_INSTALL=ON \
+    -DINSTALL_GTEST=OFF
   make
 }
 



More information about the arch-commits mailing list