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

Dan Printzell wild at archlinux.org
Sun Sep 15 18:13:48 UTC 2019


    Date: Sunday, September 15, 2019 @ 18:13:48
  Author: wild
Revision: 510778

upgpkg: ldc 2:1.17.0-3

Updated to 1.17.0

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 18:07:13 UTC (rev 510777)
+++ PKGBUILD	2019-09-15 18:13:48 UTC (rev 510778)
@@ -9,7 +9,7 @@
 _dversion=2.087.1
 _clangversion=8.0.1 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=2
-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"
@@ -18,9 +18,9 @@
 
 source=(
     "git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit"
-    "git+https://github.com/ldc-developers/druntime.git#tag=ldc-v$pkgver"
-    "git+https://github.com/ldc-developers/phobos.git#tag=ldc-v$pkgver"
-    "git+https://github.com/ldc-developers/dmd-testsuite.git#tag=ldc-v$pkgver"
+    "git+https://github.com/ldc-developers/druntime.git"
+    "git+https://github.com/ldc-developers/phobos.git"
+    "git+https://github.com/ldc-developers/dmd-testsuite.git"
 )
 
 sha256sums=('SKIP'



More information about the arch-commits mailing list