summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVianney Bouchaud2024-03-13 14:31:35 +0100
committerVianney Bouchaud2024-03-13 14:31:35 +0100
commitb6b13a46b5e2f9f9e22a1fa8c51c25068ca415ef (patch)
tree848fc188457fcddf2e25c4a1810e6706787afced /PKGBUILD
parentf9a1fe4ebb67566d3bb191332eba18cdbeb1d7a6 (diff)
downloadaur-kubeshark.tar.gz
upgpkg: kubeshark 52.1.66-1
upstream release fixing kubeshark build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae8412c86e8e..cc5e4afe3b81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,10 @@ makedepends=(
'go'
)
+# no idea why --flto=auto is added to the LDFLAGS with a format
+# causing an issue with the compiler.
+options=('!lto')
+
_latest() {
curl -s https://api.github.com/repos/kubeshark/kubeshark/releases | jq -r '.[0].tag_name'
}