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

Jelle van der Waa jelle at archlinux.org
Sat Oct 19 23:51:18 UTC 2019


    Date: Saturday, October 19, 2019 @ 23:51:18
  Author: jelle
Revision: 517572

upgpkg: webhook 2.6.10-2

golang 1.13.1 security rebuild

Modified:
  webhook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-19 22:16:50 UTC (rev 517571)
+++ PKGBUILD	2019-10-19 23:51:18 UTC (rev 517572)
@@ -2,7 +2,7 @@
 
 pkgname=webhook
 pkgver=2.6.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight incoming webhook server to run shell commands"
 arch=('x86_64')
 url="https://github.com/adnanh/webhook"
@@ -32,7 +32,7 @@
 
 build() {
   cd "$srcdir"/webhook-$pkgver
-  go build -o build/webhook
+  go build  -ldflags "-extldflags ${LDFLAGS}" -o build/webhook
 }
 
 package() {



More information about the arch-commits mailing list