ldc: update to 1.22.0.
This commit is contained in:
parent
f9c3ac1f3d
commit
a2a5be8a49
|
@ -2144,11 +2144,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.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.21.0_1
|
||||
libphobos2-ldc-debug-shared.so.91 ldc-runtime-1.21.0_1
|
||||
libldc-jit.so.91 ldc-runtime-1.21.0_1
|
||||
libdruntime-ldc-debug-shared.so.92 ldc-runtime-1.22.0_1
|
||||
libdruntime-ldc-shared.so.92 ldc-runtime-1.22.0_1
|
||||
libphobos2-ldc-shared.so.92 ldc-runtime-1.22.0_1
|
||||
libphobos2-ldc-debug-shared.so.92 ldc-runtime-1.22.0_1
|
||||
libldc-jit.so.92 ldc-runtime-1.22.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,7 +1,7 @@
|
|||
# Template file for 'ldc'
|
||||
pkgname=ldc
|
||||
version=1.21.0
|
||||
revision=2
|
||||
version=1.22.0
|
||||
revision=1
|
||||
wrksrc="ldc-${version}-src"
|
||||
build_style=cmake
|
||||
configure_args="
|
||||
|
@ -19,9 +19,9 @@ 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=50b7f929bf6b285c5b6618dd32162838daa2788298f25e669570df3fdc0716d8
|
||||
checksum=866becac61fb225b0d55847fb5f206ff042d6a3ff63b671a474aa8b6a93d8988
|
||||
nopie=yes
|
||||
nocross=yes
|
||||
nocross="dmd compilation fails on cross"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue
Block a user