summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63bedad07700..035e533cb34a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kapp
pkgdesc = kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label
pkgver = 0.60.0
- pkgrel = 2
+ pkgrel = 3
url = https://carvel.dev/kapp
arch = any
license = apache-2.0
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 ()
{