From e0fa399932d52725f9660494baee82c178e4d387 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 24 Feb 2019 05:11:02 +0000 Subject: [PATCH] community/ldc to 1.14.0-1 --- community/ldc/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"