From 96bb662ae9ed9e8903dd5eb80a39316fa02e82af Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 23 Jul 2019 12:49:51 +0000 Subject: [PATCH] community/ldc to 1.16.0-2 --- community/ldc/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD index 156ccd2a3..45082d555 100644 --- a/community/ldc/PKGBUILD +++ b/community/ldc/PKGBUILD @@ -13,9 +13,9 @@ groups=('dlang' 'dlang-ldc') pkgver=1.16.0 _pkgcommit=3f2a9303ec93de33899d5a5800775055a59b01cd _dversion=2.086.1 -_clangversion=8.0.0 # related to where ldc2 looks for compiler-rt sanitizers +_clangversion=8.0.1 # related to where ldc2 looks for compiler-rt sanitizers epoch=2 -pkgrel=1 +pkgrel=2 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"