diff options
Diffstat (limited to 'community/ldc/PKGBUILD')
-rw-r--r-- | community/ldc/PKGBUILD | 7 |
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" |