Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages / ldc
Commits: 89e438ef by Leonidas Spyropoulos at 2025-06-10T19:57:04+01:00 upgpkg: 3:1.40.1-3: fix ldc llvm19-libs and compilier-rt19 deps - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ldc pkgdesc = A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2 pkgver = 1.40.1 - pkgrel = 2 + pkgrel = 3 epoch = 3 url = https://github.com/ldc-developers/ldc arch = x86_64 @@ -22,9 +22,9 @@ pkgbase = ldc pkgname = ldc depends = liblphobos - depends = llvm-libs + depends = llvm19-libs depends = gcc - depends = compiler-rt + depends = compiler-rt19 provides = d-compiler=2.110.0 backup = etc/ldc2.conf ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ _pkgcommit=880d514c1d553e15fc07cc49091ae2cc3239c3f3 _dversion=2.110.0 _clangversion=19 # related to where ldc2 looks for compiler-rt sanitizers epoch=3 -pkgrel=2 +pkgrel=3 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2" arch=('x86_64') url="https://github.com/ldc-developers/ldc" @@ -68,7 +68,7 @@ check() { } package_ldc() { - depends=('liblphobos' 'llvm-libs' 'gcc' 'compiler-rt') + depends=('liblphobos' 'llvm19-libs' 'gcc' 'compiler-rt19') backup=('etc/ldc2.conf') provides=("d-compiler=$_dversion") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ldc/-/commit/89e438ef44ce4b9794ed1270b60281162583bc64 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ldc/-/commit/89e438ef44ce4b9794ed1270b60281162583bc64 You're receiving this email because of your account on gitlab.archlinux.org.