Date: Saturday, October 24, 2015 @ 09:58:54 Author: dicebot Revision: 144859
upgpkg: dcd 0.7.2-1 DCD 0.7.2 built with LDC 0.16.0 Modified: dcd/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-24 07:50:39 UTC (rev 144858) +++ PKGBUILD 2015-10-24 07:58:54 UTC (rev 144859) @@ -1,6 +1,6 @@ # Maintainer: Mihails Strasuns <[email protected]> pkgname=('dcd') -pkgver=0.6.0 +pkgver=0.7.2 pkgrel=1 pkgdesc="D Completion Daemon: auto-complete for the D programming language" license=("GPL3") @@ -24,7 +24,7 @@ build() { cd $srcdir/DCD - git submodule update --init + git submodule update --init --recursive make ldc }
