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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Fri Nov 12 17:40:18 UTC 2021


    Date: Friday, November 12, 2021 @ 17:40:17
  Author: kgizdov
Revision: 1043912

include static lib

Modified:
  antlr4-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-12 17:30:27 UTC (rev 1043911)
+++ PKGBUILD	2021-11-12 17:40:17 UTC (rev 1043912)
@@ -2,7 +2,7 @@
 
 pkgname=antlr4-runtime
 pkgver=4.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Antlr C++ runtime'
 url='https://www.antlr.org/'
 arch=('x86_64')
@@ -11,6 +11,8 @@
 license=('BSD')
 source=("https://www.antlr.org/download/antlr4-cpp-runtime-${pkgver}-source.zip")
 sha256sums=('5f0af6efd81f476c3e775c486eb0a71c25d6bbc14373e88a64690e2738d68e03')
+# seems like there is no simple way of dropping the static lib
+options=(staticlibs)
 
 prepare() {
   # mysql-workbench is built with C++17, so we need it here as well



More information about the arch-commits mailing list