[arch-commits] Commit in dcd/trunk (PKGBUILD)
     Михаил Страшун 
    dicebot at archlinux.org
       
    Wed Jun  8 08:12:41 UTC 2016
    
    
  
    Date: Wednesday, June 8, 2016 @ 10:12:41
  Author: dicebot
Revision: 178191
upgpkg: dcd 0.8.0-2
Rebuild DCD with LDC 1.0.0
Modified:
  dcd/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-08 08:04:46 UTC (rev 178190)
+++ PKGBUILD	2016-06-08 08:12:41 UTC (rev 178191)
@@ -4,7 +4,7 @@
 
 pkgname=dcd
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="D Completion Daemon: auto-complete for the D programming language"
 groups=('dlang')
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url="https://github.com/Hackerpilot/DCD"
 license=('GPL3')
 depends=('liblphobos>=0.17.0')
-makedepends=('ldc' 'git')
+makedepends=('ldc>=1.0.0' 'git')
 source=($pkgname-$pkgver::git+https://github.com/Hackerpilot/DCD#tag=v$pkgver
         dcd.service
         dcd.conf)
    
    
More information about the arch-commits
mailing list