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

Михаил Страшун dicebot at nymeria.archlinux.org
Sun Mar 2 22:29:05 UTC 2014


    Date: Sunday, March 2, 2014 @ 23:29:05
  Author: dicebot
Revision: 106422

upgpkg: ldc 1:0.12.1-2

ldc: reverse stdlib dependency

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-02 21:50:06 UTC (rev 106421)
+++ PKGBUILD	2014-03-02 22:29:05 UTC (rev 106422)
@@ -5,7 +5,7 @@
 groups=('dlang' 'dlang-ldc')
 pkgver=0.12.1
 epoch=1
-pkgrel=1
+pkgrel=2
 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"
@@ -35,7 +35,7 @@
 }
 
 package_ldc() {
-    optdepends=("liblphobos-devel: standard library, static one + imports, LDC version")
+    depends=('liblphobos-devel')
     backup=("etc/ldc2.conf"
             "etc/ldc2.rebuild.conf"
            )
@@ -57,7 +57,6 @@
 }
 
 package_liblphobos-devel() {
-    depends=("ldc")
     provides=("d-runtime" "d-stdlib")
 	options=("staticlibs")
 




More information about the arch-commits mailing list