Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-c


Commits:
adeb94cd by Daniel Bermond at 2026-02-15T12:56:25-03:00
upgpkg: 0.10.20-2: gcc-libs deprecation

https://archlinux.org/todo/gcc-libs-deprecation/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
 pkgbase = cargo-c
        pkgdesc = A cargo subcommand to build and install C-ABI compatible 
dynamic and static libraries
        pkgver = 0.10.20
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/lu-zero/cargo-c/
        arch = x86_64
        license = MIT
        depends = cargo
        depends = curl
        depends = libcurl.so
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
        depends = openssl
        depends = libssl.so
        depends = zlib


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=cargo-c
 pkgver=0.10.20
-pkgrel=1
+pkgrel=2
 pkgdesc='A cargo subcommand to build and install C-ABI compatible dynamic and 
static libraries'
 arch=('x86_64')
 url='https://github.com/lu-zero/cargo-c/'
@@ -10,8 +10,8 @@ license=('MIT')
 depends=(
   'cargo'
   'curl' 'libcurl.so'
-  'gcc-libs'
   'glibc'
+  'libgcc'
   'openssl' 'libssl.so'
   'zlib' 'libz.so'
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-c/-/commit/adeb94cd2ca941a2888123ea21c1384f39be7045

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


Reply via email to