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

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Jun 22 17:34:31 UTC 2022


    Date: Wednesday, June 22, 2022 @ 17:34:31
  Author: foutrelis
Revision: 1238987

upgpkg: ldc 3:1.29.0-3: drop llvm13-libs build dep

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-22 17:34:23 UTC (rev 1238986)
+++ PKGBUILD	2022-06-22 17:34:31 UTC (rev 1238987)
@@ -9,12 +9,12 @@
 _dversion=2.099.1
 _clangversion=14.0.5 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=3
-pkgrel=2
+pkgrel=3
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc"
 license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc' 'ninja' 'llvm13-libs')
+makedepends=('git' 'cmake' 'llvm' 'ldc' 'ninja')
 # Disable lto as linking the ldc2 binary fails
 options=(!lto)
 



More information about the arch-commits mailing list