From ba8baaeae21948b2ddd638ad9a368b6a56c1cff2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Fri, 9 Jul 2021 22:21:31 +0000 Subject: [PATCH] community/ldc to 1.26.0-4 --- community/ldc/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD index de2d64866..46fe22619 100644 --- a/community/ldc/PKGBUILD +++ b/community/ldc/PKGBUILD @@ -13,9 +13,9 @@ groups=('dlang' 'dlang-ldc') pkgver=1.26.0 _pkgcommit=162ee0cd815ec0e3f8f646f78178833f19c4a657 _dversion=2.096.1 -_clangversion=12.0.0 # related to where ldc2 looks for compiler-rt sanitizers +_clangversion=12.0.1 # related to where ldc2 looks for compiler-rt sanitizers epoch=2 -pkgrel=3 +pkgrel=4 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"