Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / mpdecimal
Commits: a39b258a by Felix Pehla at 2026-02-27T23:09:30+01:00 PKGBUILD: remove gcc-libs dependency https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -6,7 +6,8 @@ pkgbase = mpdecimal arch = x86_64 license = BSD depends = glibc - depends = gcc-libs + depends = libgcc + depends = libstdc++ source = https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.1.tar.gz sha512sums = 431fa8ab90d6b8cdecc38b1618fd89d040185dec3c1150203e20f40f10a16160058f6b8abddd000f6ecb74f4dc42d9fef8111444f1496ab34c34f6b814ed32b7 ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgdesc="Package for correctly-rounded arbitrary precision decimal floating poin arch=('x86_64') url="https://www.bytereef.org/mpdecimal/index.html" license=('BSD') -depends=('glibc' 'gcc-libs') +depends=('glibc' 'libgcc' 'libstdc++') source=("https://www.bytereef.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz") sha512sums=('431fa8ab90d6b8cdecc38b1618fd89d040185dec3c1150203e20f40f10a16160058f6b8abddd000f6ecb74f4dc42d9fef8111444f1496ab34c34f6b814ed32b7') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mpdecimal/-/commit/a39b258ad909b6eed3e48dffd130d4517ecd19ff -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mpdecimal/-/commit/a39b258ad909b6eed3e48dffd130d4517ecd19ff You're receiving this email because of your account on gitlab.archlinux.org.
