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

Dan Printzell wild at archlinux.org
Sat Jan 5 14:56:36 UTC 2019


    Date: Saturday, January 5, 2019 @ 14:56:35
  Author: wild
Revision: 420680

upgpkg: dscanner 0.6.0-1

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

Modified:
  dscanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-05 14:52:17 UTC (rev 420679)
+++ PKGBUILD	2019-01-05 14:56:35 UTC (rev 420680)
@@ -2,9 +2,9 @@
 # Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
 
 pkgname=dscanner
-pkgver=0.5.11
+pkgver=0.6.0
 pkgrel=1
-_pkgcommit=150eb41bc5060368e4595d446bed08598707e63b
+_pkgcommit=3759479d9cee8ac322aeb22f95957333e8383e34
 pkgdesc="Swiss-army knife for D source code"
 arch=('x86_64')
 url="https://github.com/dlang-community/D-Scanner"
@@ -34,7 +34,7 @@
   git submodule update
 
   # Only LDC have -O5
-  sed -i "s/-O5/-O5 -flto=full -linker=gold -link-defaultlib-shared=false/g" makefile
+  sed -i "s/-O5/-O5 -flto=full -linker=gold -link-defaultlib-shared=false -L=\"$LDFLAGS\"/g" makefile
 }
 
 build() {



More information about the arch-commits mailing list