[arch-commits] Commit in ldc/trunk (PKGBUILD)
Dan Printzell
wild at archlinux.org
Mon Jan 13 14:59:33 UTC 2020
Date: Monday, January 13, 2020 @ 14:59:33
Author: wild
Revision: 552346
upgpkg: ldc 2:1.19.0-1: Updated to 1.19.0
Modified:
ldc/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-13 14:55:51 UTC (rev 552345)
+++ PKGBUILD 2020-01-13 14:59:33 UTC (rev 552346)
@@ -1,15 +1,15 @@
-# Maintainer:
+# Maintainer: Dan Printzell <arch at vild.io>
# Contributor: Mihails Strasuns <public at dicebot.lv>
# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
pkgname=('ldc' 'liblphobos')
groups=('dlang' 'dlang-ldc')
-pkgver=1.18.0
-_pkgcommit=37b183f38f5dd0c4af778e63962954f8aeb929cd
-_dversion=2.088.1
+pkgver=1.19.0
+_pkgcommit=ddb215ed4632fab4524e626de7d024624a6ee679
+_dversion=2.089.1
_clangversion=9.0.1 # related to where ldc2 looks for compiler-rt sanitizers
epoch=2
-pkgrel=2
+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"
@@ -39,9 +39,6 @@
# Set version used for path construction in getFullClangCompilerRTLibPath()
sed -i "s/ldc::llvm_version_base/\"$_clangversion\"/" driver/linker-gcc.cpp
-
- # https://github.com/ldc-developers/ldc/issues/3079
- sed -i '/FileCheck/,$d' utils/CMakeLists.txt
}
build() {
More information about the arch-commits
mailing list