[arch-commits] Commit in istio/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Rebischke shibumi at gemini.archlinux.org
Sun Sep 26 00:46:06 UTC 2021


    Date: Sunday, September 26, 2021 @ 00:46:06
  Author: shibumi
Revision: 1025337

archrelease: copy trunk to community-x86_64

Added:
  istio/repos/community-x86_64/PKGBUILD
    (from rev 1025336, istio/trunk/PKGBUILD)
Deleted:
  istio/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-26 00:45:58 UTC (rev 1025336)
+++ PKGBUILD	2021-09-26 00:46:06 UTC (rev 1025337)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: Arturo Penen <apenen at gmail.com>
-
-pkgname=istio
-pkgver=1.11.2
-pkgrel=1
-pkgdesc='Istio configuration command line utility for service operators to debug and diagnose their Istio mesh.'
-arch=('x86_64')
-url='https://github.com/istio/istio'
-license=('Apache')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/istio/istio/archive/$pkgver.tar.gz")
-sha512sums=('faf8ab5fbcdb8f0f3be040e307775a65d0f9022c6b00e5a816599127e8e642de40955237641997669500e8cfb77e9bc3bda7d0978cc816d32b8a4a434e919864')
-
-build() {
-  cd $pkgname-$pkgver
-  export VERSION=$pkgver
-  export TAG=$pkgver
-  export BUILD_WITH_CONTAINER=0
-  make build
-}
-
-package() {
-  install -Dm 755 "${srcdir}/$pkgname-$pkgver/out/linux_amd64/istioctl" "${pkgdir}/usr/bin/istioctl"
-
-  # Populate bash and zsh completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions"
-  install -dm 755 "${pkgdir}/usr/share/zsh/site-functions"
-  "${pkgdir}/usr/bin/istioctl" collateral --bash
-  mv istioctl.bash "${pkgdir}/usr/share/bash-completion/completions/istioctl"
-  "${pkgdir}/usr/bin/istioctl" collateral --zsh
-  mv _istioctl  "${pkgdir}/usr/share/zsh/site-functions/_istioctl"
-}

Copied: istio/repos/community-x86_64/PKGBUILD (from rev 1025336, istio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-26 00:46:06 UTC (rev 1025337)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Arturo Penen <apenen at gmail.com>
+
+pkgname=istio
+pkgver=1.11.3
+pkgrel=1
+pkgdesc='Istio configuration command line utility for service operators to debug and diagnose their Istio mesh.'
+arch=('x86_64')
+url='https://github.com/istio/istio'
+license=('Apache')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/istio/istio/archive/$pkgver.tar.gz")
+sha512sums=('edcb26d1901e3b19c04c391462efba3b8696e364292e1d327507ef8bf4b38de4e1bcb705f78dc4d356ce5126936b6e3ff172516a583bc9c472e23fcd45427ee5')
+
+build() {
+  cd $pkgname-$pkgver
+  export VERSION=$pkgver
+  export TAG=$pkgver
+  export BUILD_WITH_CONTAINER=0
+  make build
+}
+
+package() {
+  install -Dm 755 "${srcdir}/$pkgname-$pkgver/out/linux_amd64/istioctl" "${pkgdir}/usr/bin/istioctl"
+
+  # Populate bash and zsh completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions"
+  install -dm 755 "${pkgdir}/usr/share/zsh/site-functions"
+  "${pkgdir}/usr/bin/istioctl" collateral --bash
+  mv istioctl.bash "${pkgdir}/usr/share/bash-completion/completions/istioctl"
+  "${pkgdir}/usr/bin/istioctl" collateral --zsh
+  mv _istioctl  "${pkgdir}/usr/share/zsh/site-functions/_istioctl"
+}



More information about the arch-commits mailing list