summaryrefslogtreecommitdiff
path: root/community/dmd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dmd/PKGBUILD')
-rw-r--r--community/dmd/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/dmd/PKGBUILD b/community/dmd/PKGBUILD
index 840f9311c..ecdb153f1 100644
--- a/community/dmd/PKGBUILD
+++ b/community/dmd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 72013 2012-06-05 15:38:07Z svenstaro $
+# $Id: PKGBUILD 74747 2012-08-03 04:26:36Z 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.059
-pkgrel=3
+pkgver=2.060
+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})
-md5sums=('803b182e71c4b021dfd1811066201140'
- '1605a9cff8ac7b2228dad5f4f217dfec')
license=('custom')
+md5sums=('6cf237d16625bf37a757a413963fa999'
+ '1e75b64dbf725dc8f6fc9e60ded5bef8')
[[ $CARCH == "x86_64" ]] && _archbits="64"
[[ $CARCH == "i686" ]] && _archbits="32"
@@ -84,6 +84,5 @@ package_libphobos() {
find $pkgdir/usr -type f | xargs chmod 0644
- install -Dm644 $srcdir/dmd2/src/druntime/LICENSE_1_0.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
- install -Dm644 $srcdir/dmd2/src/phobos/phoboslicense.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+ install -Dm644 $srcdir/dmd2/src/druntime/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}