Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions srcpkgs/dmd/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'dmd'
pkgname=dmd
version=2.101.1
version=2.112.0
revision=1
create_wrksrc=yes
hostmakedepends="dmd2.091 which"
Expand All @@ -14,9 +14,9 @@ distfiles="
https://github.com/dlang/dmd/archive/refs/tags/v${version}.tar.gz>dmd-${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"
checksum="e369396dbbe4eec9311122fa24c975688b209a000bf2062a9f86b49ab2e4a7b0
8a275b3f46d921be87744ec80d3094421a979d6f607dbd43e88e251bbb3f503a
58333e57ed3812077dc2f8cc8759998b3b59c9ea3dbe01571eab4b2944a84bfe"
checksum="33592dc18855bd113914ca065d9e88018745afaa5fbf85b971fbc1a6663c9ec5
99e046c1107bc3f365910f5cb52937483c9a5528f2d4ef543b8690ad66723f16
4556ecde412c6c43662cd1c6e7cec5c6d567b7e74508287a8a0c3c6c506a7e94"
conf_files="/etc/dmd.conf"
provides="d-compiler-${version}_${revision}"
conflicts="dmd-bootstrap dmd2.081 dmd2.091"
Expand Down Expand Up @@ -75,7 +75,6 @@ dmd-doc_package() {
cd dmd2

vmkdir usr/share/doc/d
vcopy samples usr/share/doc/d
vcopy html usr/share/doc/d

find ${PKGDESTDIR}/usr/share/doc/d -type f | xargs chmod 0644
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/dtools/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'dtools'
pkgname=dtools
# keep this synchronized with libphobos and dmd
version=2.101.1
version=2.112.0
revision=1
hostmakedepends="dmd"
makedepends="libcurl-devel"
Expand All @@ -11,7 +11,7 @@ maintainer="Auri <me@aurieh.me>"
license="BSL-1.0"
homepage="http://www.digitalmars.com/d/2.0/"
distfiles="https://github.com/dlang/tools/archive/v${version}.tar.gz"
checksum=0e6892084f95f87fa330579a1f6131dec8cfa8e254aabb3cb73a5bf2a673d2ac
checksum=4d3b8d683770f16f1cb2e44a246f17b199a8aabde7b6ce7d7566aebc36a12d32

do_build() {
# rdmd can't be built normally, is used to build others
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/dub/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'dub'
pkgname=dub
version=1.27.0
version=1.40.0
revision=1
hostmakedepends="dmd dtools"
makedepends="libcurl-devel"
Expand All @@ -10,7 +10,7 @@ maintainer="Follpvosten <wolfi@karpador.xyz>"
license="MIT"
homepage="https://github.com/dlang/dub"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=fb800f3355f167ac7f997f77e31e331db9d33477779fdaaf2851b3abcecc801a
checksum=52b963137e8a671e48ce3b64eb1e424f6a3c137b8001cf74fb98932def61c171
nocross="requires dmd"

do_build() {
Expand Down
Loading