From a7de7325265c01c0da5973e342df6459403289ed Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 19 Aug 2018 17:41:34 -0300 Subject: [PATCH] ldc: update to 1.11.0. --- common/shlibs | 10 +++++----- srcpkgs/ldc/template | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/shlibs b/common/shlibs index 3fc03c7d1b6..012ec449af3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2020,11 +2020,11 @@ libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1 liblastfm.so.1 liblastfm-1.0.9_1 liblastfm_fingerprint.so.1 liblastfm-1.0.9_1 -libdruntime-ldc-debug-shared.so.80 ldc-runtime-1.10.0_1 -libdruntime-ldc-shared.so.80 ldc-runtime-1.10.0_1 -libphobos2-ldc-shared.so.80 ldc-runtime-1.10.0_1 -libphobos2-ldc-debug-shared.so.80 ldc-runtime-1.10.0_1 -libldc-jit.so.80 ldc-runtime-1.10.0_1 +libdruntime-ldc-debug-shared.so.81 ldc-runtime-1.11.0_1 +libdruntime-ldc-shared.so.81 ldc-runtime-1.11.0_1 +libphobos2-ldc-shared.so.81 ldc-runtime-1.11.0_1 +libphobos2-ldc-debug-shared.so.81 ldc-runtime-1.11.0_1 +libldc-jit.so.81 ldc-runtime-1.11.0_1 libmarblewidget.so.19 marble-4.14.3_2 libastro.so.1 marble-4.14.3_2 libmarblewidget-qt5.so.28 marble5-17.12.2_1 diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template index 4c790fc9cc7..1490c7eb77a 100644 --- a/srcpkgs/ldc/template +++ b/srcpkgs/ldc/template @@ -1,7 +1,7 @@ # Template file for 'ldc' pkgname=ldc -version=1.10.0 -revision=2 +version=1.11.0 +revision=1 wrksrc="ldc-${version}-src" build_style=cmake configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON" @@ -14,7 +14,7 @@ license="BSD-3-Clause, BSL-1.0" homepage="http://wiki.dlang.org/LDC" changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md" distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz" -checksum=99b6e2b8dcaf28a2947318fb25e43fa0b96dd3a6377995146f987c4d17dd8371 +checksum=85464fae47bc605308910afd6cfc6ddeafe95a8ad5b61e2c0c23caff82119f70 conf_files="/etc/ldc2.conf" nopie=yes nocross=yes