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

Михаил Страшун dicebot at archlinux.org
Thu Jun 4 14:38:39 UTC 2015


    Date: Thursday, June 4, 2015 @ 16:38:39
  Author: dicebot
Revision: 134790

upgpkg: dub 0.9.23-2

Switch back to dmd to build dub

Modified:
  dub/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-04 14:35:23 UTC (rev 134789)
+++ PKGBUILD	2015-06-04 14:38:39 UTC (rev 134790)
@@ -2,29 +2,24 @@
 # Contributor: Moritz Maxeiner <moritz at ucworks.org>
 pkgname=dub
 pkgver=0.9.23
-pkgrel=1
+pkgrel=2
 pkgdesc="Developer package manager for D programming language"
 arch=('i686' 'x86_64')
 url="https://github.com/D-Programming-Language/dub"
 license=('MIT')
-# makedepends=('d-compiler' 'd-runtime' 'git')
-makedepends=('ldc' 'git')
-# depends=('d-runtime' 'curl')
-depends=('liblphobos')
-conflicts=('dub-git')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('curl')
 source=(
   "git+https://github.com/D-Programming-Language/dub.git#tag=v$pkgver"
-  "git+https://github.com/Dicebot/Arch-PKGBUILDs.git"
 )
 sha256sums=(
   'SKIP'
-  'SKIP'
 )
 
 build()
 {
   # DC=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-  DC=ldmd
+  DC=dmd
   cd "${srcdir}/${pkgname}"
 
   echo Generating version file...



More information about the arch-commits mailing list