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

Jelle van der Waa jelle at archlinux.org
Sun Jun 7 11:57:39 UTC 2020


    Date: Sunday, June 7, 2020 @ 11:57:39
  Author: jelle
Revision: 388404

upgpkg: irccat 0.4.5-3

Switch go to go-pie

Modified:
  irccat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 11:10:48 UTC (rev 388403)
+++ PKGBUILD	2020-06-07 11:57:39 UTC (rev 388404)
@@ -2,7 +2,7 @@
 
 pkgname=irccat
 pkgver=0.4.5
-pkgrel=2
+pkgrel=3
 pkgdesc='cat to IRC'
 arch=('x86_64')
 url="https://github.com/irccloud/irccat"
@@ -17,7 +17,10 @@
   cd $pkgname-$pkgver
   go build \
     -trimpath \
-    -ldflags "-extldflags $LDFLAGS" \
+    -buildmode=pie \
+    -mod=readonly \
+    -modcacherw \
+    -ldflags "-extldflags \"${LDFLAGS}\"" \
     -o $pkgname .
 }
 



More information about the arch-commits mailing list