diff options
author | root <root@rshg054.dnsready.net> | 2013-02-20 00:04:38 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-20 00:04:38 -0800 |
commit | 1bd47d3e04c409582486ea3ec915d3b7899f6841 (patch) | |
tree | f09c9d0e2af9846a6fe61c07c3d7973c979f103c /community/dmd/PKGBUILD | |
parent | ba105c9a82cf668f973a140c1792a3c02589980d (diff) |
Wed Feb 20 00:04:38 PST 2013
Diffstat (limited to 'community/dmd/PKGBUILD')
-rw-r--r-- | community/dmd/PKGBUILD | 10 |
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 |