[arch-commits] Commit in dfmt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Dan Printzell wild at archlinux.org
Tue Feb 20 19:30:52 UTC 2018


    Date: Tuesday, February 20, 2018 @ 19:30:50
  Author: wild
Revision: 296602

archrelease: copy trunk to community-x86_64

Added:
  dfmt/repos/community-x86_64/PKGBUILD
    (from rev 296601, dfmt/trunk/PKGBUILD)
Deleted:
  dfmt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-20 19:30:40 UTC (rev 296601)
+++ PKGBUILD	2018-02-20 19:30:50 UTC (rev 296602)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell <arch at vild.io>
-
-pkgname=('dfmt')
-pkgver=0.6.0
-pkgrel=1
-_pkgcommit=19a869377ad3f421de9ad2e5a6c80702d76e247d
-pkgdesc="Dfmt is a formatter for D source code"
-arch=('x86_64')
-url="https://github.com/dlang-community/dfmt"
-license=("custom")
-groups=('dlang')
-makedepends=('dmd' 'git')
-depends=('libphobos')
-
-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"
-	"git+https://github.com/dlang-community/stdx-allocator"
-)
-sha256sums=(
-	'SKIP'
-	'SKIP'
-	'SKIP'
-	'SKIP'
-	'SKIP'
-)
-
-prepare() {
-	cd "$srcdir/dfmt"
-
-	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
-}
-
-build() {
-	cd "$srcdir/dfmt"
-	make
-}
-
-package() {
-	# binaries
-	install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
-
-	# license
-	install -Dm644 "$srcdir/dfmt/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: dfmt/repos/community-x86_64/PKGBUILD (from rev 296601, dfmt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-20 19:30:50 UTC (rev 296602)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Dan Printzell <arch at vild.io>
+
+pkgname=('dfmt')
+pkgver=0.6.1
+pkgrel=1
+_pkgcommit=4725a622c6f4312d309f6cf857556cb07bad75b5
+pkgdesc="Dfmt is a formatter for D source code"
+arch=('x86_64')
+url="https://github.com/dlang-community/dfmt"
+license=("custom")
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+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"
+	"git+https://github.com/dlang-community/stdx-allocator"
+)
+sha256sums=(
+	'SKIP'
+	'SKIP'
+	'SKIP'
+	'SKIP'
+	'SKIP'
+)
+
+prepare() {
+	cd "$srcdir/dfmt"
+
+	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
+}
+
+build() {
+	cd "$srcdir/dfmt"
+	make
+}
+
+package() {
+	# binaries
+	install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
+
+	# license
+	install -Dm644 "$srcdir/dfmt/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list