Date: Monday, December 12, 2022 @ 20:09:40 Author: wild Revision: 1358905
upgpkg: dcd 1:0.15.0-1: Updated to 0.15.0 Modified: dcd/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-12 19:43:41 UTC (rev 1358904) +++ PKGBUILD 2022-12-12 20:09:40 UTC (rev 1358905) @@ -4,10 +4,10 @@ # Contributor: Mihails Strasuns <[email protected]> pkgname=dcd -pkgver=0.13.6 -pkgrel=2 +pkgver=0.15.0 +pkgrel=1 epoch=1 -_pkgcommit=02acaa534b9be65142aed7b202a6a8d5524abf2a +_pkgcommit=39baba327e73cd123c04e439e8fc5b8180b59be4 pkgdesc="D Completion Daemon: auto-complete for the D programming language" arch=('x86_64') url="https://github.com/dlang-community/DCD" @@ -17,18 +17,16 @@ depends=('liblphobos') source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit" "git+https://github.com/msgpack/msgpack-d" - "git+https://github.com/economicmodeling/containers" "git+https://github.com/dlang-community/libdparse" - "git+https://github.com/dlang-community/dsymbol" - "git+https://github.com/dlang-community/stdx-allocator" + "git+https://github.com/dlang-community/d-test-utils" + "git+https://github.com/dlang-community/containers" "dcd.service" - "dcd.conf") + "dcd.conf") sha512sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' - 'SKIP' '563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0' '1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703') @@ -37,11 +35,10 @@ git submodule init git config submodule.msgpack-d.url "$srcdir/msgpack-d" + git config submodule.libdparse.url "$srcdir/libdparse" + git config submodule.d-test-utils.url "$srcdir/d-test-utils" git config submodule.containers.url "$srcdir/containers" - git config submodule.libdparse.url "$srcdir/libdparse" - git config submodule.dsymbol.url "$srcdir/dsymbol" - git config submodule.stdx-allocator.url "$srcdir/stdx-allocator" - git submodule update + git -c protocol.file.allow=always submodule update # Only LDC have -O5 sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false -L=\"$LDFLAGS\"\\\\" makefile
