|
|
|
@ -9,12 +9,12 @@ _pkgcommit=6aa350a1cf000db263db36a2bc5624935adfde71
|
|
|
|
|
_dversion=2.099.1 |
|
|
|
|
_clangversion=14.0.5 # related to where ldc2 looks for compiler-rt sanitizers |
|
|
|
|
epoch=3 |
|
|
|
|
pkgrel=3 |
|
|
|
|
pkgrel=3.1 # Forgot to change to 2 previously |
|
|
|
|
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" |
|
|
|
|
license=('BSD') |
|
|
|
|
makedepends=('git' 'cmake' 'llvm' 'ldc' 'ninja' 'llvm13-libs') |
|
|
|
|
makedepends=('git' 'cmake' 'llvm' 'ldc' 'ninja') |
|
|
|
|
# Disable lto as linking the ldc2 binary fails |
|
|
|
|
options=(!lto) |
|
|
|
|
|
|
|
|
|