[arch-commits] Commit in ldc/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sat Jun 15 01:02:16 UTC 2013


    Date: Saturday, June 15, 2013 @ 03:02:15
  Author: svenstaro
Revision: 92772

upgpkg: ldc 1:0.11.0-1

Updating to 0.11.0

Modified:
  ldc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-15 00:51:49 UTC (rev 92771)
+++ PKGBUILD	2013-06-15 01:02:15 UTC (rev 92772)
@@ -1,7 +1,8 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase <sh at 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 @@
 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"




More information about the arch-commits mailing list