ldc: update to 1.13.0.
This commit is contained in:
parent
11dba28f6f
commit
4b52c44077
|
@ -1958,11 +1958,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.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
|
||||
libdruntime-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
|
||||
libdruntime-ldc-shared.so.83 ldc-runtime-1.13.0_1
|
||||
libphobos2-ldc-shared.so.83 ldc-runtime-1.13.0_1
|
||||
libphobos2-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
|
||||
libldc-jit.so.83 ldc-runtime-1.13.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
|
||||
|
|
|
@ -1,21 +1,22 @@
|
|||
# Template file for 'ldc'
|
||||
pkgname=ldc
|
||||
version=1.11.0
|
||||
version=1.13.0
|
||||
revision=1
|
||||
wrksrc="ldc-${version}-src"
|
||||
build_style=cmake
|
||||
configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON"
|
||||
configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
|
||||
-DBASH_COMPLETION_COMPLETIONSDIR=/usr/share/bash-completion"
|
||||
conf_files="/etc/ldc2.conf"
|
||||
hostmakedepends="dmd llvm perl pkg-config"
|
||||
makedepends="libcurl-devel libffi-devel ncurses-devel zlib-devel"
|
||||
depends="ldc-runtime"
|
||||
short_desc="Portable D programming language compiler based on LLVM"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD-3-Clause, BSL-1.0"
|
||||
homepage="http://wiki.dlang.org/LDC"
|
||||
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=85464fae47bc605308910afd6cfc6ddeafe95a8ad5b61e2c0c23caff82119f70
|
||||
conf_files="/etc/ldc2.conf"
|
||||
checksum=4b2fd3eb90fb6debc0ae6d70406bc78fcb531a0f20806640e626d4822e87b2e0
|
||||
nopie=yes
|
||||
nocross=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue