Skip to content
Open
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
10 changes: 5 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,7 @@ dmd-doc_package() {
cd dmd2

vmkdir usr/share/doc/d
vcopy samples 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
Loading