Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
mold


Commits:
cbcfecc2 by Frederik Schwan at 2026-02-15T21:05:02+01:00
upgpkg: 2.40.4-2: remove gcc-libs dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = mold
        pkgdesc = A Modern Linker
        pkgver = 2.40.4
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/rui314/mold
        arch = x86_64
        license = MIT
@@ -12,8 +12,8 @@ pkgbase = mold
        makedepends = mold
        makedepends = python
        depends = glibc
-       depends = gcc-libs
        depends = libblake3
+       depends = libstdc++
        depends = mimalloc
        depends = tbb
        depends = zlib


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=mold
 pkgver=2.40.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A Modern Linker'
 arch=('x86_64')
 url='https://github.com/rui314/mold'
@@ -11,8 +11,8 @@ license=('MIT')
 # xxhash is bundled
 depends=(
   glibc
-  gcc-libs
   libblake3
+  libstdc++
   mimalloc
   tbb
   zlib



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mold/-/commit/cbcfecc287919e1b80302a4587b4fd22a0e43423

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


Reply via email to