summaryrefslogtreecommitdiff
path: root/community/ldc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
committerroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
commit44c10f274ec720a1512b15457b9eeffea28c6041 (patch)
tree48d27d6116dfd4fdce957af918c3d62385fd9226 /community/ldc
parent0a069ede63336b105cda051cebe136f2592847d2 (diff)
Sun Jun 16 01:25:28 PDT 2013
Diffstat (limited to 'community/ldc')
-rw-r--r--community/ldc/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD
index 39c040f65..e03404d17 100644
--- a/community/ldc/PKGBUILD
+++ b/community/ldc/PKGBUILD
@@ -1,7 +1,8 @@
-# $Id: PKGBUILD 92338 2013-06-04 05:21:45Z svenstaro $
+# $Id: PKGBUILD 92773 2013-06-15 01:02:41Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=ldc
-pkgver=20130604
+pkgver=0.11.0
+epoch=1
pkgrel=1
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
arch=('i686' 'x86_64')
@@ -10,7 +11,7 @@ license=('BSD')
depends=('llvm' 'libconfig')
makedepends=('git' 'cmake')
backup=('etc/ldc2.conf')
-source=("git://github.com/ldc-developers/ldc.git")
+source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}")
sha1sums=('SKIP')
[[ $CARCH == "x86_64" ]] && _multilib="ON"