[arch-commits] Commit in dfmt/trunk (PKGBUILD)

Dan Printzell wild at archlinux.org
Thu Feb 15 01:08:44 UTC 2018


    Date: Thursday, February 15, 2018 @ 01:08:42
  Author: wild
Revision: 294539

upgpkg: dfmt 0.6.0-1

Updated to 0.6.0

Modified:
  dfmt/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-14 20:48:14 UTC (rev 294538)
+++ PKGBUILD	2018-02-15 01:08:42 UTC (rev 294539)
@@ -2,9 +2,9 @@
 # Maintainer: Dan Printzell <arch at vild.io>
 
 pkgname=('dfmt')
-pkgver=0.5.3
+pkgver=0.6.0
 pkgrel=1
-_pkgcommit=6e598c197df780c8cd3496c3a663f602a2bd1e58
+_pkgcommit=19a869377ad3f421de9ad2e5a6c80702d76e247d
 pkgdesc="Dfmt is a formatter for D source code"
 arch=('x86_64')
 url="https://github.com/dlang-community/dfmt"
@@ -17,11 +17,15 @@
 	"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"
+	"git+https://github.com/dlang-community/stdx-allocator"
 )
 sha256sums=(
 	'SKIP'
 	'SKIP'
 	'SKIP'
+	'SKIP'
+	'SKIP'
 )
 
 prepare() {
@@ -30,6 +34,8 @@
 	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 config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
 	git submodule update
 }
 



More information about the arch-commits mailing list