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"