Date: Friday, November 3, 2017 @ 12:13:47
  Author: wild
Revision: 265311

archrelease: copy trunk to community-x86_64

Added:
  dub/repos/community-x86_64/PKGBUILD
    (from rev 265310, dub/trunk/PKGBUILD)
Deleted:
  dub/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-11-03 12:13:36 UTC (rev 265310)
+++ PKGBUILD    2017-11-03 12:13:47 UTC (rev 265311)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell <a...@vild.io>
-# Contributor: Mihails Strasuns <pub...@dicebot.lv>
-# Contributor: Moritz Maxeiner <mor...@ucworks.org>
-
-pkgname=('dub')
-pkgver=1.5.0
-pkgrel=2
-pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
-url="https://github.com/D-Programming-Language/dub";
-license=('MIT')
-groups=('dlang')
-makedepends=('dmd')
-depends=('libphobos' 'curl')
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz";)
-sha512sums=('cc23c177a2fff94119e8abc0b9d3812027badd98c4d30903e75c348318ae790b98fb435540860b9beb6923fe0a4d70b80f572cda343b4b5a0f513755b484baf2')
-
-build() {
-       DC=dmd
-       cd "$pkgname-$pkgver"
-
-       echo Generating version file...
-       echo "module dub.version_;" > source/dub/version_.d
-       echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
-
-       $DC -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
-}
-
-package() {
-       # binaries
-       install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
-
-       # license
-       install -Dm644 "$pkgname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-       # bash completion
-       install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
-}

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 265310, 
dub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-11-03 12:13:47 UTC (rev 265311)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Dan Printzell <a...@vild.io>
+# Contributor: Mihails Strasuns <pub...@dicebot.lv>
+# Contributor: Moritz Maxeiner <mor...@ucworks.org>
+
+pkgname=('dub')
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('x86_64')
+url="https://github.com/D-Programming-Language/dub";
+license=('MIT')
+groups=('dlang')
+makedepends=('dmd')
+depends=('libphobos' 'curl')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz";)
+sha512sums=('8d0b64ab4a2ce100215571dc2b9f3e844ca8a1d036074a303a437489a92ebfa21d335f29bd873249874ee4140c3b1db65350ef475658124957c4953ee2c4cae6')
+
+build() {
+       DC=dmd
+       cd "$pkgname-$pkgver"
+
+       echo Generating version file...
+       echo "module dub.version_;" > source/dub/version_.d
+       echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
+
+       $DC -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
+}
+
+package() {
+       # binaries
+       install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
+
+       # license
+       install -Dm644 "$pkgname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+       # bash completion
+       install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
+}

Reply via email to