mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ldc to 1.32.2-1
This commit is contained in:
parent
eb75050d5f
commit
c809d8185e
1 changed files with 2 additions and 8 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue