Bert Peters pushed to branch main at Arch Linux / Packaging / Packages /
simdjson
Commits:
5b267f69 by Bert Peters at 2026-02-16T17:02:53+01:00
upgpkg: 1:4.2.4-2: gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = simdjson
pkgdesc = A C++ library to see how fast we can parse JSON with complete
validation.
pkgver = 4.2.4
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/simdjson/simdjson
arch = x86_64
license = Apache-2.0
makedepends = cmake
- depends = gcc-libs
+ depends = libgcc
+ depends = libstdc++
source =
simdjson-4.2.4.tar.gz::https://github.com/simdjson/simdjson/archive/v4.2.4.tar.gz
sha256sums =
6f942d018561a6c30838651a386a17e6e4abbfc396afd0f62740dea1810dedea
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,15 @@
pkgname=simdjson
epoch=1
pkgver=4.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ library to see how fast we can parse JSON with complete
validation."
arch=('x86_64')
url="https://github.com/simdjson/simdjson"
license=('Apache-2.0')
-depends=(gcc-libs)
+depends=(
+ libgcc
+ libstdc++
+)
# This package should makedepend on cxxopts to build the tools, but that
doesn't
# work regardless so we skip it.
makedepends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/simdjson/-/commit/5b267f69c6ac35b4c508f402a80b9cf9c0117fbd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/simdjson/-/commit/5b267f69c6ac35b4c508f402a80b9cf9c0117fbd
You're receiving this email because of your account on gitlab.archlinux.org.