Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
arrow
Commits:
799c6723 by Jakub Klinkovský at 2026-02-14T11:52:52+01:00
upgpkg: 23.0.0-2: Replace deprecated gcc-libs dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = arrow
pkgdesc = Columnar in-memory analytics layer for big data.
pkgver = 23.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://arrow.apache.org
arch = x86_64
license = Apache-2.0
@@ -22,10 +22,11 @@ pkgbase = arrow
depends = aws-sdk-cpp-s3
depends = brotli
depends = bzip2
- depends = gcc-libs
depends = glibc
depends = google-glog
depends = grpc
+ depends = libgcc
+ depends = libstdc++
depends = libutf8proc
depends = lz4
depends = openssl
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=arrow
pkgver=23.0.0
-pkgrel=1
+pkgrel=2
# parquet-testing and arrow-testing projects have no releases, commits may
need to be updated on pkgver bumps
_parquet_testing_commit=92d45b0752487a4b55fb7f1581c8126ee3e73b0d
_arrow_testing_commit=7b641152dcb0f9e197ebe24a1986151849250959
@@ -21,10 +21,11 @@ depends=(
aws-sdk-cpp-s3
brotli
bzip2
- gcc-libs
glibc
google-glog
grpc
+ libgcc
+ libstdc++
libutf8proc
lz4
openssl
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arrow/-/commit/799c67230f85ff7f5bc456e7c800684988c5ab6c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arrow/-/commit/799c67230f85ff7f5bc456e7c800684988c5ab6c
You're receiving this email because of your account on gitlab.archlinux.org.