extra/ldc to 1.32.2-1

This commit is contained in:
Kevin Mihelich 2023-06-03 18:24:38 +00:00
parent eb75050d5f
commit c809d8185e

View file

@ -10,8 +10,8 @@
pkgname=('ldc' 'liblphobos')
groups=('dlang' 'dlang-ldc')
pkgver=1.32.1
_pkgcommit=a71625b3730855402d87b746d7fdc523119e84d7
pkgver=1.32.2
_pkgcommit=e01006ceb2ef82b12c75fe823479e88c414b9218
_dversion=2.102.2
_clangversion=15.0.7 # related to where ldc2 looks for compiler-rt sanitizers
epoch=3
@ -26,23 +26,17 @@ options=(!lto)
source=(
"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit"
"ldc-druntime::git+https://github.com/ldc-developers/druntime.git"
"ldc-phobos::git+https://github.com/ldc-developers/phobos.git"
"ldc-testsuite::git+https://github.com/ldc-developers/dmd-testsuite.git"
)
sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP')
prepare() {
cd "$srcdir/ldc"
git submodule init
git config submodule.druntime.url "$srcdir/ldc-druntime"
git config submodule.phobos.url "$srcdir/ldc-phobos"
git config submodule.tests/d2/dmd-testsuite.url "$srcdir/ldc-testsuite"
git -c protocol.file.allow=always submodule update
# Set version used for path construction in getFullClangCompilerRTLibPath()