All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 49s

This commit is contained in:
Ward from fusion-voyager-3 2024-12-10 23:36:33 +03:00
parent ba609ca576
commit df3fa1acdb
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
5
6

2
debian/control vendored
View File

@ -36,7 +36,7 @@ Suggests:
Provides:
antlr4-python3-runtime (= ${binary:Version})
Description:
ANTLR 4.9 runtime for Python 3
ANTLR 4.13.2 runtime for Python 3
Provides the Python3 runtime for parsers/lexers generated by ANTLR 4.
.
Also known as "antlr4-python3-runtime".

View File

@ -9,7 +9,8 @@ source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone --depth=1 https://github.com/antlr/antlr4 ./python3-antlr4 -b "$VERSION"
git clone --depth=1 https://github.com/antlr/antlr4 -b "$VERSION"
cp -rvf ./antlr4/runtime/Python3 ./python3-antlr4
cp -rvf ./debian ./python3-antlr4/
cd ./python3-antlr4