Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
double-conversion


Commits:
828ff218 by Felix Pehla at 2026-02-27T15:19:55+01:00
PKGBUILD: remove gcc-libs dependency

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -7,8 +7,9 @@ pkgbase = double-conversion
        license = BSD-3-Clause
        makedepends = cmake
        makedepends = git
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        source = git+https://github.com/google/double-conversion#tag=v3.4.0
        sha256sums = 
9963201818e6ef262b99e68b2ec2500b2b49270d0205dc7487d16ec5e8f467f3
 


=====================================
PKGBUILD
=====================================
@@ -10,8 +10,9 @@ pkgdesc='Binary-decimal and decimal-binary routines for IEEE 
doubles'
 arch=(x86_64)
 url='https://github.com/google/double-conversion'
 license=(BSD-3-Clause)
-depends=(gcc-libs
-         glibc)
+depends=(glibc
+         libgcc
+         libstdc++)
 makedepends=(cmake
              git)
 source=(git+https://github.com/google/double-conversion#tag=v$pkgver)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/double-conversion/-/commit/828ff21820533d9967abb4a6ee20aac1142f323d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/double-conversion/-/commit/828ff21820533d9967abb4a6ee20aac1142f323d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to