summaryrefslogtreecommitdiff
path: root/community/dmd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-04 00:04:06 -0800
committerroot <root@rshg054.dnsready.net>2013-01-04 00:04:06 -0800
commit782a0d2109c292b60e7de038df66525a81b21429 (patch)
tree586565a52faa28339159b4a4e53af142db7c67aa /community/dmd
parentf2bbb5646aefe9ea6502524fbf4d0138cee8b2a1 (diff)
Fri Jan 4 00:04:06 PST 2013
Diffstat (limited to 'community/dmd')
-rw-r--r--community/dmd/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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 <sh@lutzhaase.com>
# Contributor: Chris Brannon <cmbrannon79@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -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