[arch-commits] Commit in brook/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon Oct 21 13:42:24 UTC 2019
Date: Monday, October 21, 2019 @ 13:42:23
Author: jelle
Revision: 518088
upgpkg: brook 20190401-3
golang 1.13.1 security rebuild
Modified:
brook/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-21 13:34:06 UTC (rev 518087)
+++ PKGBUILD 2019-10-21 13:42:23 UTC (rev 518088)
@@ -3,7 +3,7 @@
pkgname=brook
pkgver=20190401
-pkgrel=2
+pkgrel=3
pkgdesc="A cross-platform proxy/vpn software"
arch=('x86_64')
url="https://github.com/txthinking/brook"
@@ -28,7 +28,7 @@
build() {
cd brook-$pkgver/cli/brook
- go build -o brook
+ go build -ldflags "-extldflags ${LDFLAGS}" -o brook
}
package() {
More information about the arch-commits
mailing list