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

Christian Rebischke shibumi at archlinux.org
Sat May 29 23:55:46 UTC 2021


    Date: Saturday, May 29, 2021 @ 23:55:46
  Author: shibumi
Revision: 950300

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-29 23:55:40 UTC (rev 950299)
+++ PKGBUILD	2021-05-29 23:55:46 UTC (rev 950300)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: Arturo Penen <apenen at gmail.com>
-
-pkgname=istio
-pkgver=1.9.1
-pkgrel=2
-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=('fb075ea332055e44b53ae54cbf46fdbf9b8ca607276690088cc40d11b6481af8e44699227eba59c1d851ef23c80bcb656caffe719fc71cc78d97e01235d147de')
-
-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 950299, istio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-29 23:55:46 UTC (rev 950300)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Arturo Penen <apenen at gmail.com>
+
+pkgname=istio
+pkgver=1.9.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=('074acdd983e24b4eaf3bcf840580af7bedf7fed297ae10d62d3cfad2d26cdcbbed113af30cbde21e6cc73ab49e51168da094702ba9886210ff20eeabd44f8e09')
+
+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