Date: Sunday, May 7, 2023 @ 20:45:37 Author: wild Revision: 1459436 upgpkg: dfmt 0.15.0-1: Updated to 0.15.0
Modified: dfmt/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-07 20:45:20 UTC (rev 1459435) +++ PKGBUILD 2023-05-07 20:45:37 UTC (rev 1459436) @@ -1,9 +1,9 @@ # Maintainer: Dan Printzell <w...@archlinux.org> pkgname=('dfmt') -pkgver=0.14.2 +pkgver=0.15.0 pkgrel=1 -_pkgcommit=6a24f0dc7c490f4cb06cdc9d21b841bee84615f4 +_pkgcommit=49b9fe4051579bdcc7fc155bee6a43f3ab7174df pkgdesc="Dfmt is a formatter for D source code" arch=('x86_64') url="https://github.com/dlang-community/dfmt" @@ -33,7 +33,7 @@ git config submodule.makd.url "$srcdir/makd" git config submodule.beaver.url "$srcdir/beaver" git config submodule.stdx-allocator.url "$srcdir/stdx-allocator" - git submodule update + git -c protocol.file.allow=always submodule update _extraFlags="-O5 -flto=full -linker=gold -link-defaultlib-shared=false -L=\"$LDFLAGS\"" sed -i "/LDC_FLAGS \:=/ a override LDC_FLAGS += $_extraFlags" makefile