Date: Saturday, March 3, 2018 @ 15:54:10
  Author: wild
Revision: 302095

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-03 15:53:54 UTC (rev 302094)
+++ PKGBUILD    2018-03-03 15:54:10 UTC (rev 302095)
@@ -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.7.2
-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=('991a8d04a9141e6b60c26693c574e42fa05d37795931edcdebad6cc4ae0f300628900acc035fa8ef078df7aa7aad1f1a29c84442cf2f9f7146b44675fa81d0f4')
-
-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 302094, 
dub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-03-03 15:54:10 UTC (rev 302095)
@@ -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.8.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=('042c84266c3f8f49fe882f79eff3df6d8e83d9b9c93f6fde06b50212282a9e3ecd80f6b75c08c51f62a45f4aec409fff6022b0fe74ee1b0b0bcbf4d7d6930be0')
+
+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