Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
antlr4-runtime


Commits:
1d5dae0a by Christian Hesse at 2026-02-16T08:23:47+01:00
update dependencies (incl. gcc-libs deprecation)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -8,7 +8,11 @@ pkgbase = antlr4-runtime
        makedepends = git
        makedepends = cmake
        makedepends = python
-       depends = gcc-libs
+       depends = glibc
+       depends = libgcc
+       depends = libgcc_s.so
+       depends = libstdc++
+       depends = libstdc++.so
        provides = libantlr4-runtime.so
        options = staticlibs
        source = 
https://www.antlr.org/download/antlr4-cpp-runtime-4.13.2-source.zip


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,9 @@ pkgrel=1
 pkgdesc='Antlr C++ runtime'
 url='https://www.antlr.org/'
 arch=('x86_64')
-depends=('gcc-libs')
+depends=('glibc'
+         'libgcc' 'libgcc_s.so'
+         'libstdc++' 'libstdc++.so')
 makedepends=('git' 'cmake' 'python')
 provides=('libantlr4-runtime.so')
 license=('BSD-3-Clause')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/antlr4-runtime/-/commit/1d5dae0a53c06c730cdf57b2d467495b52d4558c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/antlr4-runtime/-/commit/1d5dae0a53c06c730cdf57b2d467495b52d4558c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to