[arch-commits] Commit in skaffold/trunk (PKGBUILD)

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:28:39
  Author: shibumi
Revision: 780806

upgpkg: skaffold 1.17.2-1


TODO: Fix Full RELRO

We should just ditch the makefile and build via go.

Modified:
  skaffold/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 22:18:55 UTC (rev 780805)
+++ PKGBUILD2020-12-20 22:28:39 UTC (rev 780806)
@@ -4,8 +4,8 @@
 # Contributor: Stefan Cocora 
 
 pkgname=skaffold
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.17.2
+pkgrel=1
 pkgdesc="A command line tool that facilitates continuous development for 
Kubernetes applications"
 arch=("x86_64")
 url="https://github.com/GoogleContainerTools/${pkgname};
@@ -21,9 +21,9 @@
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz;
   "build_info.patch"
 )
-sha256sums=('8ab37c155fc3a68eebfa3f9a94fd9196b207762f666f88f940911105c9d61eee'
+sha256sums=('1d23795bc92d77fbfd92ff1068013c35cd0f4fbde24f06f46cff8caa8b7a4972'
 'e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46')
-_commit="c4dce04b0d692dce61051d14cf4a2c04c8c688bd"
+_commit="53e4063e12b41bc19c6cd3929d939f17ad2e88de"
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in skaffold/trunk (PKGBUILD)

2020-11-25 Thread Christian Rebischke via arch-commits
Date: Wednesday, November 25, 2020 @ 19:16:56
  Author: shibumi
Revision: 761213

upgpkg: skaffold 1.16.0-2 fix completion + kubectl as optdep

Modified:
  skaffold/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-25 19:13:48 UTC (rev 761212)
+++ PKGBUILD2020-11-25 19:16:56 UTC (rev 761213)
@@ -5,15 +5,17 @@
 
 pkgname=skaffold
 pkgver=1.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A command line tool that facilitates continuous development for 
Kubernetes applications"
 arch=("x86_64")
 url="https://github.com/GoogleContainerTools/${pkgname};
 license=("Apache")
-depends=("docker" "kubectl")
+depends=("docker")
 makedepends=("go")
 optdepends=(
   "minikube: To use Minikube"
+  "kubectl: For Kubernetes support"
+  "bash-completion: Tab autocompletion"
 )
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz;
@@ -49,8 +51,14 @@
 
   # To avoid issues deleting directories next time
   go clean --modcache
+
+  # Create completion files
+  "${srcdir}/gopath/bin/${pkgname}" completion bash > 
"${srcdir}/${pkgname}-completion.bash"
+  "${srcdir}/gopath/bin/${pkgname}" completion zsh > 
"${srcdir}/${pkgname}-completion.zsh"
 }
 
 package() {
   install -Dm755 "${srcdir}/gopath/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 "${srcdir}/${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -Dm644 "${srcdir}/${pkgname}-completion.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_skaffold"
 }


[arch-commits] Commit in skaffold/trunk (PKGBUILD)

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 17:38:35
  Author: shibumi
Revision: 754619

upgpkg: skaffold 1.16.0-1

Modified:
  skaffold/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 17:38:14 UTC (rev 754618)
+++ PKGBUILD2020-11-15 17:38:35 UTC (rev 754619)
@@ -4,8 +4,8 @@
 # Contributor: Stefan Cocora 
 
 pkgname=skaffold
-pkgver=1.15.0
-pkgrel=2
+pkgver=1.16.0
+pkgrel=1
 pkgdesc="A command line tool that facilitates continuous development for 
Kubernetes applications"
 arch=("x86_64")
 url="https://github.com/GoogleContainerTools/${pkgname};
@@ -19,10 +19,8 @@
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz;
   "build_info.patch"
 )
-sha256sums=(
-  "d16c91191d4d0ac0d8eb29f9fb02462b948faffefcf0d5b91fd6491a3157d8c2"
-  "e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46"
-)
+sha256sums=('8ab37c155fc3a68eebfa3f9a94fd9196b207762f666f88f940911105c9d61eee'
+'e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46')
 _commit="c4dce04b0d692dce61051d14cf4a2c04c8c688bd"
 
 prepare() {
@@ -46,7 +44,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v"
+  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v 
-ldflags=-linkmode=external"
   make install
 
   # To avoid issues deleting directories next time