Date: Saturday, May 6, 2023 @ 22:44:51
  Author: shibumi
Revision: 1459181

archrelease: copy trunk to community-x86_64

Added:
  helmfile/repos/community-x86_64/PKGBUILD
    (from rev 1459180, helmfile/trunk/PKGBUILD)
Deleted:
  helmfile/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 22:44:42 UTC (rev 1459180)
+++ PKGBUILD    2023-05-06 22:44:51 UTC (rev 1459181)
@@ -1,44 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-
-pkgname=helmfile
-pkgver=0.151.0
-pkgrel=1
-pkgdesc="Manage multiple helm charts with a single helmfile"
-arch=('x86_64')
-url="https://github.com/helmfile/helmfile";
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/helmfile/helmfile/archive/v${pkgver}.tar.gz";)
-sha512sums=('c55bfd0345e605ce5278e91c9901163f410f027e2ca11204873553c5278ef181a4a11ab91895a19c3b29b43c1b608ae5b4c649a72842823b8fd0451e11d1c471')
-b2sums=('28157c8196ecfd83facc74933e467b735781b836fd0ea21093da690597898b6269f1f2e7f032015c8fb1f94fdc1fa7c6ef2c0a9da0de498bf0196b2f1dfb05da')
-options=('!lto')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/helmfile "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/helmfile/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/helmfile/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}"
-  export CGO_ENABLED=1
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -v -ldflags "-linkmode=external -X 
github.com/helmfile/helmfile/pkg/app/version.Version=${pkgver}" .
-  chmod +x ./helmfile
-}
-
-#check() {
-#  cd "${PACKAGE_ROOT}"
-#  go test -v ./...
-#}
-
-package() {
-  cd "${PACKAGE_ROOT}"
-  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
-}

Copied: helmfile/repos/community-x86_64/PKGBUILD (from rev 1459180, 
helmfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-06 22:44:51 UTC (rev 1459181)
@@ -0,0 +1,44 @@
+# Maintainer: Christian Rebischke <[email protected]>
+
+pkgname=helmfile
+pkgver=0.153.1
+pkgrel=1
+pkgdesc="Manage multiple helm charts with a single helmfile"
+arch=('x86_64')
+url="https://github.com/helmfile/helmfile";
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/helmfile/helmfile/archive/v${pkgver}.tar.gz";)
+sha512sums=('143e48ff0fe853f978f581841bdc1eac034edceee0dee72611a24129384d8d1370a092a5f6e7588ff307981ac8d34e6949d8ec431e950cfb537eac2d42be50d7')
+b2sums=('4af1a2602d7abdb77dd9df4c5e831abada2770d7c5880fc4b5ce07b6e1a31a28e2bdb145951ae71d7872685fc82b4a1a731b847bc2710dd477a65ecb17c44cec')
+options=('!lto')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/helmfile "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/helmfile/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/helmfile/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}"
+  export CGO_ENABLED=1
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -v -ldflags "-linkmode=external -X 
github.com/helmfile/helmfile/pkg/app/version.Version=${pkgver}" .
+  chmod +x ./helmfile
+}
+
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
+}

Reply via email to