Date: Tuesday, January 30, 2018 @ 23:59:40
  Author: wild
Revision: 288344

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   97 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 47 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-30 23:59:27 UTC (rev 288343)
+++ PKGBUILD    2018-01-30 23:59:40 UTC (rev 288344)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell <[email protected]>
-
-pkgname=('dfmt')
-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";
-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";
-)
-sha256sums=(
-       '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 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 288343, 
dfmt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-01-30 23:59:40 UTC (rev 288344)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dan Printzell <[email protected]>
+
+pkgname=('dfmt')
+pkgver=0.5.3
+pkgrel=1
+_pkgcommit=6e598c197df780c8cd3496c3a663f602a2bd1e58
+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";
+)
+sha256sums=(
+       '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 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"
+}

Reply via email to