Date: Saturday, February 16, 2019 @ 16:46:47 Author: ffy00 Revision: 433532
upgpkg: dscanner 0.7.0-1 Modified: dscanner/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-16 16:45:33 UTC (rev 433531) +++ PKGBUILD 2019-02-16 16:46:47 UTC (rev 433532) @@ -2,7 +2,7 @@ # Maintainer: Filipe Laíns (FFY00) <[email protected]> pkgname=dscanner -pkgver=0.6.0 +pkgver=0.7.0 pkgrel=1 _pkgcommit=3759479d9cee8ac322aeb22f95957333e8383e34 pkgdesc="Swiss-army knife for D source code" @@ -19,7 +19,13 @@ "git+https://github.com/dlang-community/dsymbol" "git+https://github.com/economicmodeling/libddoc" "git+https://github.com/dlang-community/stdx-allocator") -sha512sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP') +sha512sums=('SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP') prepare() { cd "$srcdir/D-Scanner"
