Date: Friday, January 6, 2023 @ 11:43:20
  Author: wild
Revision: 1378576

upgpkg: dscanner 0.13.0-1: Updated to 0.13.0

Modified:
  dscanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-06 11:42:45 UTC (rev 1378575)
+++ PKGBUILD    2023-01-06 11:43:20 UTC (rev 1378576)
@@ -2,9 +2,9 @@
 # Maintainer: Filipe LaĆ­ns (FFY00) <[email protected]>
 
 pkgname=dscanner
-pkgver=0.12.2
-pkgrel=2
-_pkgcommit=8761fa1e38c4461e0dda1782b859d46172cc3676
+pkgver=0.13.0
+pkgrel=1
+_pkgcommit=e94c4fad77b69e3a741b8747058755fbcc204b9f
 pkgdesc="Swiss-army knife for D source code"
 arch=('x86_64')
 url="https://github.com/dlang-community/D-Scanner";
@@ -15,10 +15,10 @@
 source=("git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit";
         "git+https://github.com/dlang-community/libdparse";
         "git+https://github.com/burner/inifiled";
-        "git+https://github.com/economicmodeling/containers";
-        "git+https://github.com/dlang-community/dsymbol";
-        "git+https://github.com/economicmodeling/libddoc";
-        "git+https://github.com/dlang-community/stdx-allocator";)
+        "git+https://github.com/dlang-community/containers";
+        "git+https://github.com/dlang-community/libddoc";
+        "git+https://github.com/dlang-community/d-test-utils";
+        "git+https://github.com/dlang-community/DCD";)
 sha512sums=('SKIP'
             'SKIP'
             'SKIP'
@@ -34,10 +34,10 @@
   git config submodule.libdparse.url "$srcdir/libdparse"
   git config submodule.inifiled.url "$srcdir/inifiled"
   git config submodule.containers.url "$srcdir/containers"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
   git config submodule.libddoc.url "$srcdir/libddoc"
-  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
-  git submodule update
+  git config submodule.d-test-utils.url "$srcdir/d-test-utils"
+  git config submodule.DCD.url "$srcdir/DCD"
+  git -c protocol.file.allow=always submodule update
 
   # Only LDC have -O5, and add DC_FLAGS to linking
   sed -i -e "s/-O5/-O5 -flto=full -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"/g" -e 's/OBJ_BY_DC} \${WRITE_TO_TARGET_NAME}/OBJ_BY_DC} 
${WRITE_TO_TARGET_NAME} ${DC_FLAGS}/' makefile

Reply via email to