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

Dan Printzell wild at archlinux.org
Tue Apr 28 20:37:40 UTC 2020


    Date: Tuesday, April 28, 2020 @ 20:37:40
  Author: wild
Revision: 622090

upgpkg: ldc 2:1.21.0-1: Updated to 1.21.0

Modified:
  ldc/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-28 20:15:39 UTC (rev 622089)
+++ PKGBUILD	2020-04-28 20:37:40 UTC (rev 622090)
@@ -4,12 +4,12 @@
 
 pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=1.20.1
-_pkgcommit=96437a25c28a2a6fbeb36dc6a46b600e56021051
-_dversion=2.090.1
+pkgver=1.21.0
+_pkgcommit=7022448f25113cfa5cc04124b6bcbb24547c7590
+_dversion=2.091.1
 _clangversion=10.0.0 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=2
-pkgrel=3
+pkgrel=1
 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"
@@ -21,14 +21,12 @@
     "ldc-druntime::git+https://github.com/ldc-developers/druntime.git"
     "ldc-phobos::git+https://github.com/ldc-developers/phobos.git"
     "ldc-testsuite::git+https://github.com/ldc-developers/dmd-testsuite.git"
-    "fix-llvm_prefetch-for-LLVM-10.patch"
 )
 
 sha256sums=('SKIP'
             'SKIP'
             'SKIP'
-            'SKIP'
-            'f123e482402416d262739a21de4c156cc37912c0f796f9d2239607a173680e28')
+            'SKIP')
 
 prepare() {
     cd "$srcdir/ldc"
@@ -39,9 +37,6 @@
     git config submodule.tests/d2/dmd-testsuite.url "$srcdir/ldc-testsuite"
     git submodule update
 
-    # https://github.com/ldc-developers/ldc/issues/3397
-    patch -Np1 -d runtime/druntime <../fix-llvm_prefetch-for-LLVM-10.patch
-
     # Set version used for path construction in getFullClangCompilerRTLibPath()
     sed -i "s/ldc::llvm_version_base/\"$_clangversion\"/" driver/linker-gcc.cpp
 }



More information about the arch-commits mailing list