[arch-commits] Commit in dcd/trunk (PKGBUILD dcd.conf)

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


    Date: Thursday, June 4, 2015 @ 16:26:46
  Author: dicebot
Revision: 134786

upgpkg: dcd 0.6.0-1

Added:
  dcd/trunk/dcd.conf
Modified:
  dcd/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 dcd.conf |    1 +
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-04 14:19:02 UTC (rev 134785)
+++ PKGBUILD	2015-06-04 14:26:46 UTC (rev 134786)
@@ -5,7 +5,7 @@
 pkgdesc="D Completion Daemon: auto-complete for the D programming language"
 license=("GPL3")
 groups=('dlang')
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/Hackerpilot/DCD"
 makedepends=('ldc' 'git')
 depends=('liblphobos')
@@ -13,10 +13,12 @@
 source=(
     "git+https://github.com/Hackerpilot/DCD#tag=v$pkgver"
     "dcd.service"
+    "dcd.conf"
 )
 sha256sums=(
-    "SKIP"
-    "7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3"
+    'SKIP'
+    '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+    'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
 )
 
 build()
@@ -41,4 +43,7 @@
 
     # systemd service
     install -Dm644 $srcdir/dcd.service ${pkgdir}/usr/lib/systemd/system/dcd.service
+
+    # global config
+    install -Dm644 $srcdir/dcd.conf ${pkgdir}/etc/dcd.conf
 }

Added: dcd.conf
===================================================================
--- dcd.conf	                        (rev 0)
+++ dcd.conf	2015-06-04 14:26:46 UTC (rev 134786)
@@ -0,0 +1 @@
+/usr/include/dlang/dmd



More information about the arch-commits mailing list