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

Filipe Laíns ffy00 at archlinux.org
Sat Apr 11 18:34:02 UTC 2020


    Date: Saturday, April 11, 2020 @ 18:34:01
  Author: ffy00
Revision: 613349

rename sources to avoid collision in a shared SRCDEST

Modified:
  ldc/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-11 17:14:12 UTC (rev 613348)
+++ PKGBUILD	2020-04-11 18:34:01 UTC (rev 613349)
@@ -18,9 +18,9 @@
 
 source=(
     "git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit"
-    "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"
+    "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"
 )
 
 sha256sums=('SKIP'
@@ -32,9 +32,9 @@
     cd "$srcdir/ldc"
 
     git submodule init
-    git config submodule.druntime.url "$srcdir/druntime"
-    git config submodule.phobos.url "$srcdir/phobos"
-    git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
+    git config submodule.druntime.url "$srcdir/ldc-druntime"
+    git config submodule.phobos.url "$srcdir/ldc-phobos"
+    git config submodule.tests/d2/dmd-testsuite.url "$srcdir/ldc-testsuite"
     git submodule update
 
     # Set version used for path construction in getFullClangCompilerRTLibPath()



More information about the arch-commits mailing list