summaryrefslogtreecommitdiff
path: root/community/ldc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ldc/PKGBUILD')
-rw-r--r--community/ldc/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD
index 50d0a1589..3dccf2057 100644
--- a/community/ldc/PKGBUILD
+++ b/community/ldc/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 72875 2012-06-24 11:09:33Z svenstaro $
+# $Id: PKGBUILD 76398 2012-09-17 09:39:27Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=ldc
-pkgver=20120624
+pkgver=20120917
pkgrel=1
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ md5sums=()
_gitroot=git://github.com/ldc-developers/ldc.git
_gitname=ldc
-_gitbranch=llvm-3.1
+_gitbranch=master
[[ $CARCH == "x86_64" ]] && _multilib="ON"
[[ $CARCH == "i686" ]] && _multilib="OFF"