Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / 
cxxbridge


Commits:
1a524435 by Bert Peters at 2026-02-16T16:45:46+01:00
upgpkg: 1.0.194-2: gcc-libs deprecation

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = cxxbridge
        pkgdesc = Safe interop between Rust and C++
        pkgver = 1.0.194
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/dtolnay/cxx
        arch = x86_64
        license = Apache-2.0
        license = MIT
        makedepends = cargo
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
        options = !lto
        source = 
https://github.com/dtolnay/cxx/archive/1.0.194/cxxbridge-1.0.194.tar.gz
        source = Cargo.lock


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
 
 pkgname=cxxbridge
 pkgver=1.0.194
-pkgrel=1
+pkgrel=2
 pkgdesc='Safe interop between Rust and C++'
 url='https://github.com/dtolnay/cxx'
 arch=('x86_64')
 license=('Apache-2.0' 'MIT')
 depends=(
-  'gcc-libs'
   'glibc'
+  'libgcc'
 )
 makedepends=('cargo')
 options=(!lto)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cxxbridge/-/commit/1a524435ec96b6e6074b249c90e604590e6c6216

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


Reply via email to