Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / krew
Commits:
ce52c0cb by Carl Smedstad at 2024-09-06T21:40:06+02:00
upgpkg: 0.4.4-4: Set options=(!lto) to make reproducible
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = krew
pkgdesc = Find and install kubectl plugins
pkgver = 0.4.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/kubernetes-sigs/krew
arch = x86_64
groups = kubectl-plugins
@@ -10,6 +10,7 @@ pkgbase = krew
depends = git
depends = glibc
depends = kubectl
+ options = !lto
source = git+https://github.com/kubernetes-sigs/krew#tag=v0.4.4
sha256sums =
35b474fd00a808ab72d28b9f4c2610fb99c83ccf7e8001de99e372c56f787fc2
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=krew
pkgver=0.4.4
-pkgrel=3
+pkgrel=4
pkgdesc="Find and install kubectl plugins"
arch=(x86_64)
url="https://github.com/kubernetes-sigs/krew"
@@ -16,6 +16,7 @@ depends=(
kubectl
)
makedepends=(go)
+options=(!lto)
source=("git+$url#tag=v$pkgver")
sha256sums=('35b474fd00a808ab72d28b9f4c2610fb99c83ccf7e8001de99e372c56f787fc2')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/krew/-/commit/ce52c0cb8e60a1e7a36c2d53e1347e600e0b5eca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/krew/-/commit/ce52c0cb8e60a1e7a36c2d53e1347e600e0b5eca
You're receiving this email because of your account on gitlab.archlinux.org.