community/ldc to 1.26.0-3

This commit is contained in:
Kevin Mihelich 2021-06-06 20:37:26 +00:00
parent 254424e54e
commit 6607912bb6

View file

@ -13,9 +13,9 @@ groups=('dlang' 'dlang-ldc')
pkgver=1.26.0
_pkgcommit=162ee0cd815ec0e3f8f646f78178833f19c4a657
_dversion=2.096.1
_clangversion=11.1.0 # related to where ldc2 looks for compiler-rt sanitizers
_clangversion=12.0.0 # related to where ldc2 looks for compiler-rt sanitizers
epoch=2
pkgrel=1
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"
@ -99,7 +99,7 @@ package_ldc() {
package_liblphobos() {
provides=('d-runtime' 'd-stdlib')
depends=('curl' 'llvm-libs')
depends=('curl')
options=('staticlibs' '!strip')
cd "$srcdir/ldc/build"