summaryrefslogtreecommitdiff
path: root/community/dmd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dmd/PKGBUILD')
-rw-r--r--community/dmd/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/dmd/PKGBUILD b/community/dmd/PKGBUILD
index b206344cd..5da4b04ab 100644
--- a/community/dmd/PKGBUILD
+++ b/community/dmd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81927 2013-01-03 14:59:08Z svenstaro $
+# $Id: PKGBUILD 84430 2013-02-18 23:24:23Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Chris Brannon <cmbrannon79@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -7,14 +7,15 @@
pkgname=('dmd' 'libphobos')
pkgbase=dmd
-pkgver=2.061
+pkgver=2.062
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.digitalmars.com/d/2.0/"
-source=(http://ftp.digitalmars.com/$pkgname.$pkgver.zip
+#source=(http://ftp.digitalmars.com/$pkgname.$pkgver.zip
+source=(http://downloads.dlang.org.s3-website-us-east-1.amazonaws.com/releases/2013/dmd.${pkgver}.zip
tools-${pkgver}.tar.gz::https://github.com/D-Programming-Language/tools/tarball/v${pkgver})
license=('custom')
-md5sums=('823aba8a7e0fbb242bb2a2d922ced5c6'
+md5sums=('fd2211206532ab41a8aef764a9225d3c'
'2e301d06071fb24c7c2d504c8ddbbc39')
[[ $CARCH == "x86_64" ]] && _archbits="64"
@@ -23,6 +24,7 @@ md5sums=('823aba8a7e0fbb242bb2a2d922ced5c6'
build() {
cd $srcdir/dmd2/src/
+ echo "$pkgver" > VERSION # Fix specific release bug of 2.062
cd dmd
make -f posix.mak MODEL=$_archbits