From 4e3382ea3ac363b83820ecd46c6f790ace15472a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 7 Mar 2018 02:11:43 -0300 Subject: [PATCH] ldc: add-missing-shlib-updates Closes: #12228 [via git-merge-pr] --- common/shlibs | 8 ++++---- srcpkgs/ldc/template | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index 0745a2e1eb1..77fcbb7eb3e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1965,10 +1965,10 @@ libFcitxQt5WidgetsAddons.so.1 fcitx-qt5-1.2.1_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.77 ldc-runtime-1.7.0_1 -libdruntime-ldc.so.77 ldc-runtime-1.7.0_1 -libphobos2-ldc.so.77 ldc-runtime-1.7.0_1 -libphobos2-ldc-debug.so.77 ldc-runtime-1.7.0_1 +libdruntime-ldc-debug-shared.so.78 ldc-runtime-1.8.0_1 +libdruntime-ldc-shared.so.78 ldc-runtime-1.8.0_1 +libphobos2-ldc-shared.so.78 ldc-runtime-1.8.0_1 +libphobos2-ldc-debug-shared.so.78 ldc-runtime-1.8.0_1 libldc-jit.so.78 ldc-runtime-1.8.0_1 libmarblewidget.so.19 marble-4.14.3_2 libastro.so.1 marble-4.14.3_2 diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template index 33654ec483d..227f37a3402 100644 --- a/srcpkgs/ldc/template +++ b/srcpkgs/ldc/template @@ -1,7 +1,7 @@ # Template file for 'ldc' pkgname=ldc version=1.8.0 -revision=1 +revision=2 wrksrc="ldc-${version}-src" build_style=cmake configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON"