summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-02-22 15:53:00 +0000
committergithub-actions[bot]2024-02-22 15:53:00 +0000
commit1f22f8531ac470fb87a846eec3fba02db0e26d4e (patch)
treef7052156f2c7693a21f37b9faad62f902191e994 /PKGBUILD
parent47c41c8fea6621c991a55a167e4c202aaf1608cb (diff)
downloadaur-1f22f8531ac470fb87a846eec3fba02db0e26d4e.tar.gz
Automatic update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05eddc4b558b..d54a14c8f87e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=kapp
pkgver=0.60.0
-pkgrel=2
+pkgrel=3
pkgdesc='kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label'
url='https://carvel.dev/kapp'
arch=(any)
@@ -26,7 +26,8 @@ build ()
export CGO_CXXFLAGS="${CXXFLAGS}";
export CGO_LDFLAGS="${LDFLAGS}";
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw";
- ./hack/build.sh "$pkgver"
+ sed -i "s/CGO_ENABLED=0/CGO_ENABLED=1/" hack/build.sh;
+ hack/build.sh "$pkgver"
}
package ()
{