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

Михаил Страшун dicebot at archlinux.org
Thu Apr 9 05:52:22 UTC 2015


    Date: Thursday, April 9, 2015 @ 07:52:22
  Author: dicebot
Revision: 131006

upgpkg: ldc 1:0.15.1-6

Switch dependency to llvm35

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-09 02:52:31 UTC (rev 131005)
+++ PKGBUILD	2015-04-09 05:52:22 UTC (rev 131006)
@@ -5,13 +5,13 @@
 groups=('dlang' 'dlang-ldc')
 pkgver=0.15.1
 epoch=1
-pkgrel=5
+pkgrel=6
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
 arch=('i686' 'x86_64')
 url="https://github.com/ldc-developers/ldc"
 license=('BSD')
 depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
+makedepends=('git' 'cmake' 'llvm35')
 source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
         "ldc2.conf"
         "mul.diff"



More information about the arch-commits mailing list