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

Михаил Страшун dicebot at archlinux.org
Tue Dec 16 12:28:15 UTC 2014


    Date: Tuesday, December 16, 2014 @ 13:28:15
  Author: dicebot
Revision: 123958

upgpkg: ldc 1:0.15.1-2

add old lphobos package to 'conflicts' list

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-16 11:09:32 UTC (rev 123957)
+++ PKGBUILD	2014-12-16 12:28:15 UTC (rev 123958)
@@ -5,7 +5,7 @@
 groups=('dlang' 'dlang-ldc')
 pkgver=0.15.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"
@@ -56,6 +56,7 @@
 package_liblphobos() {
     provides=("d-runtime" "d-stdlib")
     replaces=("liblphobos-devel")
+    conflicts=("liblphobos-devel")
     depends=("curl")
 
     # licenses



More information about the arch-commits mailing list