dmd: revert 2.100.0 update, broken ldc
This commit is contained in:
parent
ff38f8504f
commit
19208017ff
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'dmd'
|
# Template file for 'dmd'
|
||||||
pkgname=dmd
|
pkgname=dmd
|
||||||
version=2.100.0
|
version=2.098.0
|
||||||
revision=1
|
revision=2
|
||||||
|
reverts="2.100.0"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="dmd2.091 which"
|
hostmakedepends="dmd2.091 which"
|
||||||
makedepends="git"
|
makedepends="git"
|
||||||
|
@ -15,10 +16,10 @@ distfiles="
|
||||||
https://github.com/dlang/druntime/archive/v${version}.tar.gz>druntime-${version}.tar.gz
|
https://github.com/dlang/druntime/archive/v${version}.tar.gz>druntime-${version}.tar.gz
|
||||||
https://github.com/dlang/phobos/archive/v${version}.tar.gz>phobos-${version}.tar.gz
|
https://github.com/dlang/phobos/archive/v${version}.tar.gz>phobos-${version}.tar.gz
|
||||||
http://downloads.dlang.org/releases/2.x/${version}/dmd.${version}.linux.tar.xz"
|
http://downloads.dlang.org/releases/2.x/${version}/dmd.${version}.linux.tar.xz"
|
||||||
checksum="77d8623f614ab2a41c17ee86e84880021836051553dd7f09f3f6eee8e024c55d
|
checksum="437e7abae7f747ce8a027e512d2f98f0c27badd623347141c3f6fb0834d85ad0
|
||||||
b9622c94468326487380393d183790830f38d224bb5d15067b6e4f5ec9cfced4
|
f150400756c7940bc9d67a3ed7f89777e49b42a1ef2dff6f40727f83b3cea6f4
|
||||||
cebf9fecdaf395bdb745cbed990879e561d055cc367ba44ba69fb40ab9c45008
|
f91c6c7f2d5683af2804a183c287bf6991b99c49692759d7844e1919ca59e974
|
||||||
84672e81d24e4aea62fc8693bd4260bcf35a04ad6124b2707d40b11c67502302"
|
1104e5e59fd47828b798d77a72be547bf086bba1d374a1855c6b5814c4db0145"
|
||||||
conf_files="/etc/dmd.conf"
|
conf_files="/etc/dmd.conf"
|
||||||
provides="d-compiler-${version}_${revision}"
|
provides="d-compiler-${version}_${revision}"
|
||||||
conflicts="dmd-bootstrap dmd2.081 dmd2.091"
|
conflicts="dmd-bootstrap dmd2.081 dmd2.091"
|
||||||
|
|
Loading…
Reference in New Issue