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

Dan Printzell wild at archlinux.org
Sat Jan 5 14:40:29 UTC 2019


    Date: Saturday, January 5, 2019 @ 14:40:28
  Author: wild
Revision: 420676

upgpkg: dcd 0.10.2-1

Updated to 0.10.2 and linking with makepkg.conf's $LDFLAGS

Modified:
  dcd/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-05 13:49:24 UTC (rev 420675)
+++ PKGBUILD	2019-01-05 14:40:28 UTC (rev 420676)
@@ -4,9 +4,9 @@
 # Contributor: Mihails Strasuns <public at dicebot.lv>
 
 pkgname=dcd
-pkgver=0.9.13
+pkgver=0.10.2
 pkgrel=1
-_pkgcommit=baddc0a3fe97521e0b7fdbc1a45bde18afed4314
+_pkgcommit=a163e33beb69cc661d8f82b3d983b4f39955f312
 pkgdesc="D Completion Daemon: auto-complete for the D programming language"
 arch=('x86_64')
 url="https://github.com/Hackerpilot/DCD"
@@ -40,7 +40,7 @@
   git submodule update
 
   # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false\\\\" makefile
+  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false -L=\"$LDFLAGS\"\\\\" makefile
 }
 
 build() {



More information about the arch-commits mailing list