ldc: update to 1.21.0.

This commit is contained in:
Duncaen 2020-05-13 00:40:20 +02:00
parent 6f2da7dee0
commit 4f499514b2
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 12 additions and 10 deletions

View file

@ -2075,11 +2075,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.90 ldc-runtime-1.20.1_1
libdruntime-ldc-shared.so.90 ldc-runtime-1.20.1_1
libphobos2-ldc-shared.so.90 ldc-runtime-1.20.1_1
libphobos2-ldc-debug-shared.so.90 ldc-runtime-1.20.1_1
libldc-jit.so.90 ldc-runtime-1.20.1_1
libdruntime-ldc-debug-shared.so.91 ldc-runtime-1.21.0_1
libdruntime-ldc-shared.so.91 ldc-runtime-1.21.0_1
libphobos2-ldc-shared.so.91 ldc-runtime-1.20.1_1
libphobos2-ldc-debug-shared.so.91 ldc-runtime-1.21.0_1
libldc-jit.so.91 ldc-runtime-1.21.0_1
libmarblewidget-qt5.so.28 marble5-17.12.2_1
libastro.so.2 marble5-17.12.2_1
libparrot.so.6.9.0 parrot-6.9.0_1

View file

@ -1,12 +1,14 @@
# Template file for 'ldc'
pkgname=ldc
version=1.20.1
version=1.21.0
revision=1
wrksrc="ldc-${version}-src"
build_style=cmake
configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc
-DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
-DBASH_COMPLETION_COMPLETIONSDIR=/usr/share/bash-completion"
configure_args="
-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc
-DBUILD_SHARED_LIBS=ON
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DBASH_COMPLETION_COMPLETIONSDIR=/usr/share/bash-completion"
conf_files="/etc/ldc2.conf"
hostmakedepends="dmd llvm9 perl pkg-config"
makedepends="libcurl-devel libffi-devel ncurses-devel zlib-devel"
@ -17,7 +19,7 @@ license="BSD-3-Clause, BSL-1.0"
homepage="https://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=2b21dfffb6efd2c2158bc83422765335aae34b709ebdc406bb026c21967a1aaf
checksum=50b7f929bf6b285c5b6618dd32162838daa2788298f25e669570df3fdc0716d8
nopie=yes
nocross=yes