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

Dan Printzell wild at archlinux.org
Sat Jan 27 20:03:16 UTC 2018


    Date: Saturday, January 27, 2018 @ 20:03:15
  Author: wild
Revision: 287517

upgpkg: dfmt 0.5.2-1

Updated to 0.5.2

Modified:
  dfmt/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-27 19:01:32 UTC (rev 287516)
+++ PKGBUILD	2018-01-27 20:03:15 UTC (rev 287517)
@@ -2,9 +2,9 @@
 # Maintainer: Dan Printzell <arch at vild.io>
 
 pkgname=('dfmt')
-pkgver=0.5.0
-pkgrel=4
-_pkgcommit=fef85e388a41add75020675ab33ed7e55c3efe85
+pkgver=0.5.2
+pkgrel=1
+_pkgcommit=0b7189107276163b250c311f35b9121b34d11808
 pkgdesc="Dfmt is a formatter for D source code"
 arch=('x86_64')
 url="https://github.com/dlang-community/dfmt"
@@ -16,10 +16,14 @@
 source=(
 	"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() {
@@ -27,6 +31,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 submodule update
 }
 



More information about the arch-commits mailing list