diff options
author | root <root@rshg054.dnsready.net> | 2012-02-17 19:20:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-17 19:20:30 +0000 |
commit | 4fc59478d1180fd7984003f5b1645fe40954299f (patch) | |
tree | 35f3d7dada2cfcb8194cdaed447c431664746934 /community/dmd/PKGBUILD | |
parent | 76774d40da5ce246c9f2178fdf937706d99af4b2 (diff) |
Fri Feb 17 19:20:30 UTC 2012
Diffstat (limited to 'community/dmd/PKGBUILD')
-rw-r--r-- | community/dmd/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/dmd/PKGBUILD b/community/dmd/PKGBUILD index e0ad22dc1..79d4d0c51 100644 --- a/community/dmd/PKGBUILD +++ b/community/dmd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 63477 2012-02-04 17:14:55Z svenstaro $ +# $Id: PKGBUILD 64556 2012-02-16 07:01:07Z 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.057 -pkgrel=2 +pkgver=2.058 +pkgrel=1 pkgdesc="The Digital Mars D compiler" arch=('i686' 'x86_64') url="http://www.digitalmars.com/d/2.0/" source=(http://ftp.digitalmars.com/$pkgname.$pkgver.zip - tools.tar.gz::https://github.com/D-Programming-Language/tools/tarball/v2.057beta) -md5sums=('531c4b60eb002ea8abbe5c80b2eb677d' - '5a0e4a9fe31f55bc69a1dd02486b9c3a') + tools.tar.gz::https://github.com/D-Programming-Language/tools/tarball/v${pkgver}) +md5sums=('81a0fe7b635d3a38ecbefff6048a37fe' + 'cce5249b59a38a4c0eddf113aff87698') license=('custom') [[ $CARCH == "x86_64" ]] && _archbits="64" @@ -58,7 +58,7 @@ package_dmd() { } package_libphobos() { - install -Dm644 $srcdir/dmd2/src/druntime/lib/libdruntime.a $pkgdir/usr/lib/libdruntime.a + install -Dm644 $srcdir/dmd2/src/druntime/lib/libdruntime-linux${_archbits}.a $pkgdir/usr/lib/libdruntime.a install -Dm644 $srcdir/dmd2/src/phobos/generated/linux/release/$_archbits/libphobos2.a $pkgdir/usr/lib/libphobos2.a mkdir -p $pkgdir/usr/include/d |