From 5651522f16e1339be98c238ac1bb093f4a6a54b3 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 15 Sep 2019 18:49:58 +0000 Subject: [PATCH] community/ldc to 1.17.0-3 --- community/ldc/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD index 45082d555..33c12a51f 100644 --- a/community/ldc/PKGBUILD +++ b/community/ldc/PKGBUILD @@ -10,12 +10,12 @@ buildarch=12 pkgname=('ldc' 'liblphobos') groups=('dlang' 'dlang-ldc') -pkgver=1.16.0 -_pkgcommit=3f2a9303ec93de33899d5a5800775055a59b01cd -_dversion=2.086.1 +pkgver=1.17.0 +_pkgcommit=67d5ff27cb8e5f14017f9fe4af431b64ec82075e +_dversion=2.087.1 _clangversion=8.0.1 # related to where ldc2 looks for compiler-rt sanitizers epoch=2 -pkgrel=2 +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"