[arch-commits] Commit in ldc/trunk (PKGBUILD)
Dan Printzell
wild at archlinux.org
Thu Nov 7 18:50:54 UTC 2019
Date: Thursday, November 7, 2019 @ 18:50:53
Author: wild
Revision: 524497
upgpkg: ldc 2:1.18.0-1
Updated to 1.18.0
Modified:
ldc/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-07 17:19:37 UTC (rev 524496)
+++ PKGBUILD 2019-11-07 18:50:53 UTC (rev 524497)
@@ -4,12 +4,12 @@
pkgname=('ldc' 'liblphobos')
groups=('dlang' 'dlang-ldc')
-pkgver=1.17.0
-_pkgcommit=67d5ff27cb8e5f14017f9fe4af431b64ec82075e
-_dversion=2.087.1
+pkgver=1.18.0
+_pkgcommit=37b183f38f5dd0c4af778e63962954f8aeb929cd
+_dversion=2.088.1
_clangversion=9.0.0 # related to where ldc2 looks for compiler-rt sanitizers
epoch=2
-pkgrel=4
+pkgrel=1
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"
@@ -40,8 +40,6 @@
# Set version used for path construction in getFullClangCompilerRTLibPath()
sed -i "s/ldc::llvm_version_base/\"$_clangversion\"/" driver/linker-gcc.cpp
- # LLVM 9 compatibility fixes
- git cherry-pick -n 030123410a 0ab79c1950 c25614eb6b 29436882e8
# https://github.com/ldc-developers/ldc/issues/3079
sed -i '/FileCheck/,$d' utils/CMakeLists.txt
}
More information about the arch-commits
mailing list