Date: Thursday, August 8, 2019 @ 00:08:29 Author: wild Revision: 498314
upgpkg: dcd 1:0.12.0-1 Updated to 0.12.0 Modified: dcd/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-07 23:58:33 UTC (rev 498313) +++ PKGBUILD 2019-08-08 00:08:29 UTC (rev 498314) @@ -4,10 +4,10 @@ # Contributor: Mihails Strasuns <[email protected]> pkgname=dcd -pkgver=0.11.1 +pkgver=0.12.0 pkgrel=1 epoch=1 -_pkgcommit=d42fec7590a759d3afaf9609468d1bb394be1e7e +_pkgcommit=33dbd7653ecf830b735382e11d9bee66853a6dcf pkgdesc="D Completion Daemon: auto-complete for the D programming language" arch=('x86_64') url="https://github.com/Hackerpilot/DCD" @@ -20,6 +20,7 @@ "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" "dcd.service" "dcd.conf") sha512sums=('SKIP' @@ -27,6 +28,7 @@ 'SKIP' 'SKIP' 'SKIP' + 'SKIP' '563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0' '1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703') @@ -38,6 +40,7 @@ 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 # Only LDC have -O5
