From 31222e559694db121f14523d3886684397023852 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 30 Oct 2017 02:38:12 -0200 Subject: [PATCH] ldc: update to 1.5.0. --- common/shlibs | 8 ++++---- srcpkgs/ldc/template | 8 ++++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index bd9b9bccca3..9e2d6f2796e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1922,10 +1922,10 @@ libfcitx-qt.so.0 libfcitx-qt-4.2.8_1 liblastfm.so.1 liblastfm-1.0.9_1 liblastfm_fingerprint.so.1 liblastfm-1.0.9_1 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1 -libdruntime-ldc-debug.so.74 ldc-runtime-1.4.0_1 -libdruntime-ldc.so.74 ldc-runtime-1.4.0_1 -libphobos2-ldc.so.74 ldc-runtime-1.4.0_1 -libphobos2-ldc-debug.so.74 ldc-runtime-1.4.0_1 +libdruntime-ldc-debug.so.75 ldc-runtime-1.5.0_1 +libdruntime-ldc.so.75 ldc-runtime-1.5.0_1 +libphobos2-ldc.so.75 ldc-runtime-1.5.0_1 +libphobos2-ldc-debug.so.75 ldc-runtime-1.5.0_1 libmarblewidget.so.19 marble-4.14.3_2 libastro.so.1 marble-4.14.3_2 libparrot.so.6.9.0 parrot-6.9.0_1 diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template index bac9d26eea4..9126028b067 100644 --- a/srcpkgs/ldc/template +++ b/srcpkgs/ldc/template @@ -1,6 +1,6 @@ # Template file for 'ldc' pkgname=ldc -version=1.4.0 +version=1.5.0 revision=1 wrksrc="ldc-${version}-src" build_style=cmake @@ -14,10 +14,14 @@ homepage="http://wiki.dlang.org/LDC" license="3-clause-BSD, Boost Software License 1.0" short_desc="Portable D programming language compiler based on LLVM" distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz" -checksum=dd29a5833ae02307c387e87d861d5de588b9b16ea3574ef96f8da1f81bbd7c5c +checksum=03659a4b9cafff0cf8d537469dd15579f097c7748a342ea2a5770fa0edd3a084 nopie=yes nocross=yes +post_install() { + vlicense LICENSE +} + ldc-runtime_package() { short_desc+=" - D runtime" pkg_install() {