ldc: update to 1.1.1.
This commit is contained in:
parent
b8fc28e705
commit
adbe3b014b
2 changed files with 8 additions and 8 deletions
|
@ -1985,10 +1985,10 @@ libfcitx-qt.so.0 libfcitx-qt-4.2.8_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.70 ldc-runtime-1.0.0_1
|
||||
libdruntime-ldc.so.70 ldc-runtime-1.0.0_1
|
||||
libphobos2-ldc.so.70 ldc-runtime-1.0.0_1
|
||||
libphobos2-ldc-debug.so.70 ldc-runtime-1.0.0_1
|
||||
libdruntime-ldc-debug.so.71 ldc-runtime-1.1.1_1
|
||||
libdruntime-ldc.so.71 ldc-runtime-1.1.1_1
|
||||
libphobos2-ldc.so.71 ldc-runtime-1.1.1_1
|
||||
libphobos2-ldc-debug.so.71 ldc-runtime-1.1.1_1
|
||||
libmarblewidget.so.19 marble-4.14.3_2
|
||||
libastro.so.1 marble-4.14.3_2
|
||||
libparrot.so.6.9.0 parrot-6.9.0_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ldc'
|
||||
pkgname=ldc
|
||||
version=1.0.0
|
||||
revision=2
|
||||
version=1.1.1
|
||||
revision=1
|
||||
wrksrc="ldc-${version}-src"
|
||||
build_style=cmake
|
||||
configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON"
|
||||
|
@ -11,10 +11,10 @@ depends="ldc-runtime"
|
|||
conf_files="/etc/ldc2.conf"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://wiki.dlang.org/LDC"
|
||||
license="BSD"
|
||||
license="3-clause-BSD, Boost Software License 1.0"
|
||||
short_desc="Portable D programming language compiler based on LLVM"
|
||||
distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
|
||||
checksum=3740ee6d5871e953aeb03b11f9d8c951286a55884892b51981bfe579b8fe571d
|
||||
checksum=3d35253a76288a78939fea467409462f0b87461ffb89550eb0d9958e59eb7e97
|
||||
nopie=yes
|
||||
nocross=yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue