diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD index b9d6efd7a..a1dfe5a11 100644 --- a/community/ldc/PKGBUILD +++ b/community/ldc/PKGBUILD @@ -10,10 +10,10 @@ buildarch=12 pkgname=('ldc' 'liblphobos') groups=('dlang' 'dlang-ldc') -pkgver=1.13.0 -_pkgcommit=d4858cfbcbd85a09b94e2d3a2e9bc54ba6f244c4 -_dversion=2.083.1 -_clangversion=7.0.0 # related to where ldc2 looks for compiler-rt sanitizers +pkgver=1.14.0 +_pkgcommit=e319c790f574d630ab0b930b980cfc1120ebe1d8 +_dversion=2.084.1 +_clangversion=7.0.1 # related to where ldc2 looks for compiler-rt sanitizers epoch=2 pkgrel=1 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"