[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Oct 6 16:12:00 UTC 2019
Date: Sunday, October 6, 2019 @ 16:11:59
Author: jelle
Revision: 513578
upgpkg: hugo 0.58.3-2
Enable Full RELRO.
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-06 16:11:22 UTC (rev 513577)
+++ PKGBUILD 2019-10-06 16:11:59 UTC (rev 513578)
@@ -5,7 +5,7 @@
pkgname=hugo
pkgver=0.58.3
-pkgrel=1
+pkgrel=2
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('x86_64')
url="https://gohugo.io/"
@@ -18,7 +18,7 @@
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
- go build -tags extended
+ go build -tags extended -ldflags "-extldflags ${LDFLAGS}"
./hugo gen man
}
More information about the arch-commits
mailing list