From d243cf950af6d0bbe808d0ab57860242f8c788ed Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 21 Jun 2014 10:54:27 +0200 Subject: [PATCH] dmd: update to 2.065.0. --- srcpkgs/dmd/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dmd/template b/srcpkgs/dmd/template index f313a6b1893..122894d235c 100644 --- a/srcpkgs/dmd/template +++ b/srcpkgs/dmd/template @@ -1,6 +1,6 @@ # Template file for 'dmd' pkgname=dmd -version=2.062 +version=2.065.0 revision=1 wrksrc="dmd2" short_desc="The Digital Mars D compiler" @@ -8,7 +8,7 @@ maintainer="Juan RP " homepage="http://www.digitalmars.com/d/2.0/" license="GPL-2" distfiles="http://ftp.digitalmars.com/dmd.${version}.zip" -checksum="43249dd1f5ca111006b6a5b7125f8e9326badadb6d9db2105ba93569addc50af" +checksum=f3f4c8f6c2e5cdd0ac335e56613663bee075a1e797ffbb55035d6c767d7bc585 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then _archbits=64 @@ -16,6 +16,9 @@ elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then _archbits=32 fi +only_for_archs="i686 x86_64" +conf_files="/etc/dmd.conf" + hostmakedepends="unzip" depends="libphobos>=${version} gcc" @@ -38,7 +41,7 @@ do_install() { vinstall man/man1/dmd.1 644 usr/share/man/man1 vinstall man/man1/rdmd.1 644 usr/share/man/man1 - vinstall man/man1/dmd.conf.5 644 usr/share/man/man5 + vinstall man/man5/dmd.conf.5 644 usr/share/man/man5 vmkdir usr/share/d/samples cp -r samples/d/* ${DESTDIR}/usr/share/d/samples/