Date: Tuesday, January 30, 2018 @ 23:59:27 Author: wild Revision: 288343
upgpkg: dfmt 0.5.3-1 Updated to 0.5.3 Modified: dfmt/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-30 22:47:30 UTC (rev 288342) +++ PKGBUILD 2018-01-30 23:59:27 UTC (rev 288343) @@ -2,9 +2,9 @@ # Maintainer: Dan Printzell <[email protected]> pkgname=('dfmt') -pkgver=0.5.2 +pkgver=0.5.3 pkgrel=1 -_pkgcommit=0b7189107276163b250c311f35b9121b34d11808 +_pkgcommit=6e598c197df780c8cd3496c3a663f602a2bd1e58 pkgdesc="Dfmt is a formatter for D source code" arch=('x86_64') url="https://github.com/dlang-community/dfmt" @@ -17,13 +17,11 @@ "git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit" "git+https://github.com/dlang-community/libdparse" "git+https://github.com/sociomantic-tsunami/makd" - "git+https://github.com/sociomantic-tsunami/beaver" ) sha256sums=( 'SKIP' 'SKIP' 'SKIP' - 'SKIP' ) prepare() { @@ -32,7 +30,6 @@ git submodule init git config submodule.libdparse.url "$srcdir/libdparse" git config submodule.makd.url "$srcdir/makd" - git config submodule.beaver.url "$srcdir/beaver" git submodule update }
