From 782a0d2109c292b60e7de038df66525a81b21429 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 4 Jan 2013 00:04:06 -0800 Subject: Fri Jan 4 00:04:06 PST 2013 --- community/dmd/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/dmd') diff --git a/community/dmd/PKGBUILD b/community/dmd/PKGBUILD index ecdb153f1..b206344cd 100644 --- a/community/dmd/PKGBUILD +++ b/community/dmd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74747 2012-08-03 04:26:36Z svenstaro $ +# $Id: PKGBUILD 81927 2013-01-03 14:59:08Z svenstaro $ # Maintainer: Sven-Hendrik Haase # Contributor: Chris Brannon # Contributor: Andrea Scarpino @@ -7,15 +7,15 @@ pkgname=('dmd' 'libphobos') pkgbase=dmd -pkgver=2.060 +pkgver=2.061 pkgrel=1 arch=('i686' 'x86_64') url="http://www.digitalmars.com/d/2.0/" source=(http://ftp.digitalmars.com/$pkgname.$pkgver.zip tools-${pkgver}.tar.gz::https://github.com/D-Programming-Language/tools/tarball/v${pkgver}) license=('custom') -md5sums=('6cf237d16625bf37a757a413963fa999' - '1e75b64dbf725dc8f6fc9e60ded5bef8') +md5sums=('823aba8a7e0fbb242bb2a2d922ced5c6' + '2e301d06071fb24c7c2d504c8ddbbc39') [[ $CARCH == "x86_64" ]] && _archbits="64" [[ $CARCH == "i686" ]] && _archbits="32" @@ -40,7 +40,7 @@ build() { package_dmd() { pkgdesc="The Digital Mars D compiler" backup=('etc/dmd.conf') - depends=('libphobos' 'gcc-libs') + depends=('libphobos' 'gcc') install -Dm755 $srcdir/dmd2/src/dmd/dmd $pkgdir/usr/bin/dmd -- cgit v1.2.3-54-g00ecf