[arch-commits] Commit in minikube/repos/community-x86_64 (4 files)

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:49:59
  Author: shibumi
Revision: 780811

archrelease: copy trunk to community-x86_64

Added:
  minikube/repos/community-x86_64/CHANGELOG.md
(from rev 780810, minikube/trunk/CHANGELOG.md)
  minikube/repos/community-x86_64/PKGBUILD
(from rev 780810, minikube/trunk/PKGBUILD)
Deleted:
  minikube/repos/community-x86_64/CHANGELOG.md
  minikube/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md | 5082 -
 PKGBUILD |   94 -
 2 files changed, 2588 insertions(+), 2588 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 780810:780811 to see the changes.


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

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:49:52
  Author: shibumi
Revision: 780810

upgpkg: minikube 1.16.0-1

Modified:
  minikube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 22:30:12 UTC (rev 780809)
+++ PKGBUILD2020-12-20 22:49:52 UTC (rev 780810)
@@ -2,8 +2,8 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=minikube
-pkgver=1.15.1
-_minikube_commit=23f40a012abb52eff365ff99a709501a61ac5876
+pkgver=1.16.0
+_minikube_commit=9f1e482427589ff8451c4723b6ba53bb9742fbb1
 pkgrel=1
 pkgdesc="A tool that makes it easy to run Kubernetes locally"
 url="https://github.com/kubernetes/minikube;


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

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

archrelease: copy trunk to community-x86_64

Added:
  popeye/repos/community-x86_64/PKGBUILD
(from rev 780808, popeye/trunk/PKGBUILD)
Deleted:
  popeye/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 22:30:07 UTC (rev 780808)
+++ PKGBUILD2020-12-20 22:30:12 UTC (rev 780809)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=popeye
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="Kubernetes cluster resource sanitizer"
-arch=('x86_64')
-url="https://github.com/derailed/popeye;
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz;)
-md5sums=('f23609d2f87c3b88d9c01b6b92541368')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  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 .
-  chmod +x ./popeye
-}
-
-check(){
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package(){
-  cd "${pkgname}-${pkgver}"
-  install -Dsm755 ./popeye "${pkgdir}/usr/bin/popeye"
-}

Copied: popeye/repos/community-x86_64/PKGBUILD (from rev 780808, 
popeye/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 22:30:12 UTC (rev 780809)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=popeye
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Kubernetes cluster resource sanitizer"
+arch=('x86_64')
+url="https://github.com/derailed/popeye;
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz;)
+sha512sums=('fdd056e1d04c654d2a18e8f6fbc5e48c00e351be5677375080fd69a27084f9540ec5b72854cb56b7738bb37758fba7f8b1d17e04cfeadc05504d564e6518fbd0')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build .
+  chmod +x ./popeye
+}
+
+check(){
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package(){
+  cd "${pkgname}-${pkgver}"
+  install -Dsm755 ./popeye "${pkgdir}/usr/bin/popeye"
+}


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

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:30:07
  Author: shibumi
Revision: 780808

upgpkg: popeye 0.9.0-1

Modified:
  popeye/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 22:28:45 UTC (rev 780807)
+++ PKGBUILD2020-12-20 22:30:07 UTC (rev 780808)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=popeye
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Kubernetes cluster resource sanitizer"
 arch=('x86_64')
 url="https://github.com/derailed/popeye;
@@ -10,7 +10,7 @@
 makedepends=('go' 'git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz;)
-md5sums=('f23609d2f87c3b88d9c01b6b92541368')
+sha512sums=('fdd056e1d04c654d2a18e8f6fbc5e48c00e351be5677375080fd69a27084f9540ec5b72854cb56b7738bb37758fba7f8b1d17e04cfeadc05504d564e6518fbd0')
 
 build(){
   cd "${pkgname}-${pkgver}"
@@ -18,7 +18,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
   go build .
   chmod +x ./popeye
 }


[arch-commits] Commit in skaffold/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  skaffold/repos/community-x86_64/PKGBUILD
(from rev 780806, skaffold/trunk/PKGBUILD)
  skaffold/repos/community-x86_64/build_info.patch
(from rev 780806, skaffold/trunk/build_info.patch)
Deleted:
  skaffold/repos/community-x86_64/PKGBUILD
  skaffold/repos/community-x86_64/build_info.patch

--+
 PKGBUILD |  128 ++---
 build_info.patch |   46 +--
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 22:28:39 UTC (rev 780806)
+++ PKGBUILD2020-12-20 22:28:45 UTC (rev 780807)
@@ -1,64 +0,0 @@
-# Maintainer Christian Rebischke 
-# Maintainer: Fredy García 
-# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
-# Contributor: Stefan Cocora 
-
-pkgname=skaffold
-pkgver=1.16.0
-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")
-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;
-  "build_info.patch"
-)
-sha256sums=('8ab37c155fc3a68eebfa3f9a94fd9196b207762f666f88f940911105c9d61eee'
-'e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46')
-_commit="c4dce04b0d692dce61051d14cf4a2c04c8c688bd"
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/build_info.patch"
-
-  rm -rf "${srcdir}/gopath"
-  mkdir -p "${srcdir}/gopath/bin"
-  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
-  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
-}
-
-build() {
-  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
-  export GOPATH="${srcdir}/gopath"
-  export PATH="${PATH}:${GOPATH}/bin"
-  export VERSION="v${pkgver}"
-  export COMMIT="${_commit}"
-  export TREE_STATE="clean"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v 
-ldflags=-linkmode=external"
-  make install
-
-  # 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"
-}

Copied: skaffold/repos/community-x86_64/PKGBUILD (from rev 780806, 
skaffold/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 22:28:45 UTC (rev 780807)
@@ -0,0 +1,64 @@
+# Maintainer Christian Rebischke 
+# Maintainer: Fredy García 
+# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
+# Contributor: Stefan Cocora 
+
+pkgname=skaffold
+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};
+license=("Apache")
+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;
+  "build_info.patch"
+)
+sha256sums=('1d23795bc92d77fbfd92ff1068013c35cd0f4fbde24f06f46cff8caa8b7a4972'
+'e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46')
+_commit="53e4063e12b41bc19c6cd3929d939f17ad2e88de"
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/build_info.patch"
+
+  rm -rf "${srcdir}/gopath"
+  mkdir -p "${srcdir}/gopath/bin"
+  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
+  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+}
+
+build() {
+  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+  export GOPATH="${srcdir}/gopath"
+  export PATH="${PATH}:${GOPATH}/bin"
+  export VERSION="v${pkgver}"
+  export 

[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 weechat/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:18:55
  Author: shibumi
Revision: 780805

archrelease: copy trunk to community-x86_64

Added:
  weechat/repos/community-x86_64/PKGBUILD
(from rev 780804, weechat/trunk/PKGBUILD)
Deleted:
  weechat/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 22:18:48 UTC (rev 780804)
+++ PKGBUILD2020-12-20 22:18:55 UTC (rev 780805)
@@ -1,49 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Maintainer : Eli Schwartz 
-# Contributor: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=2.9
-pkgrel=3
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('x86_64')
-url="https://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoctor' 'cmake' 'aspell' 'guile' 'lua' 'perl' 'python'
- 'ruby' 'tcl')
-optdepends=('aspell: spellchecker support'
-'guile: support for guile scripts'
-'lua: support for lua scripts'
-'perl: support for perl scripts'
-'python: support for python scripts'
-'ruby: support for ruby scripts'
-'tcl: support for tcl scripts')
-source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('c4a5723accb417c0496b5427ee58fbf5d3e842e6d79a7988f8680cd605534cfc9d30f6f4844afe45f5223458f28b8deff1284fff2fb5b7d04cb99a81cde4e13e'
-'SKIP')
-b2sums=('8089cd846ca192ec666a50e8071ed57e1c2518b2d5ea98733b8e3fa6c8c684e8ed14253d787b3f9995a8f481a7413444c3ba262dcb6c100283192bcafb502627'
-'SKIP')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
-
-# cmake does not correctly handle CPPFLAGS, so kludge it in anyway:
-# https://gitlab.kitware.com/cmake/cmake/-/issues/12928
-CFLAGS+=" ${CPPFLAGS}"
-
-build() {
-  mkdir -p build
-  cd build
-  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON \
--DENABLE_JAVASCRIPT=OFF \
--DENABLE_PHP=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: weechat/repos/community-x86_64/PKGBUILD (from rev 780804, 
weechat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 22:18:55 UTC (rev 780805)
@@ -0,0 +1,49 @@
+# Maintainer : Christian Rebischke 
+# Maintainer : Eli Schwartz 
+# Contributor: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=3.0
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('x86_64')
+url="https://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoctor' 'cmake' 'aspell' 'guile' 'lua' 'perl' 'python'
+ 'ruby' 'tcl')
+optdepends=('aspell: spellchecker support'
+'guile: support for guile scripts'
+'lua: support for lua scripts'
+'perl: support for perl scripts'
+'python: support for python scripts'
+'ruby: support for ruby scripts'
+'tcl: support for tcl scripts')
+source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('d6a68f35dc7363b838af811ff0a0a8d9fff519a4231c66f963e896bdda8653a56608e46333dc866e7dee25c1eafd2f1bf99c443089dde5a268bba637a0dee8ca'
+'SKIP')
+b2sums=('ed43c16af2a9fea101b54714e21d5f28f2b18fed5734c5f6adde857500befd94089f6bd7be5e2ad2738fce4e1bd5b10ebef32d0d46039242efaa2dc7f664eb42'
+'SKIP')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
+
+# cmake does not correctly handle CPPFLAGS, so kludge it in anyway:
+# https://gitlab.kitware.com/cmake/cmake/-/issues/12928
+CFLAGS+=" ${CPPFLAGS}"
+
+build() {
+  mkdir -p build
+  cd build
+  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON \
+-DENABLE_JAVASCRIPT=OFF \
+-DENABLE_PHP=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:18:48
  Author: shibumi
Revision: 780804

upgpkg: weechat 3.0-2

Modified:
  weechat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 22:16:02 UTC (rev 780803)
+++ PKGBUILD2020-12-20 22:18:48 UTC (rev 780804)
@@ -5,7 +5,7 @@
 
 pkgname=weechat
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('x86_64')
 url="https://www.weechat.org/;


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

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:15:56
  Author: shibumi
Revision: 780802

upgpkg: tanka 0.13.0-1 enable full-relro

Modified:
  tanka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 22:10:17 UTC (rev 780801)
+++ PKGBUILD2020-12-20 22:15:56 UTC (rev 780802)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=tanka
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
 arch=('x86_64')
 url="https://github.com/grafana/tanka;
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grafana/tanka/archive/v${pkgver}.tar.gz;)
-sha512sums=('a768d12423f63dcd95d4b27655874c916673bf5ebf7209951148644c611cf23060bf8852237f0df2841829524965a9b6454f1a7e4f7a1904d6896bc7388b3ef3')
+sha512sums=('6e57f6dafcee416da851fce08b7dad803fec99b2131885740866755b524772c7e3c349123894fa0d61bc1ce9a0291e8c8c2443132286f292e1d0515238bf623a')
 
 prepare() {
   export GOPATH="${srcdir}"
@@ -21,14 +21,12 @@
 
 build() {
   cd "${PACKAGE_ROOT}/cmd/tk/"
-  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"
-  export GOLDFLAGS="-s -w -linkmode=external -X 
github.com/grafana/tanka/pkg/tanka.CURRENT_VERSION=${pkgver}"
-  go build -v .
+  go build -ldflags "-s -w -linkmode=external -X 
github.com/grafana/tanka/pkg/tanka.CURRENT_VERSION=${pkgver}" -v .
   chmod +x ./tk
 }
 


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

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:16:02
  Author: shibumi
Revision: 780803

archrelease: copy trunk to community-x86_64

Added:
  tanka/repos/community-x86_64/PKGBUILD
(from rev 780802, tanka/trunk/PKGBUILD)
Deleted:
  tanka/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 +
 1 file changed, 41 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 22:15:56 UTC (rev 780802)
+++ PKGBUILD2020-12-20 22:16:02 UTC (rev 780803)
@@ -1,43 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=tanka
-pkgver=0.12.0
-pkgrel=2
-pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
-arch=('x86_64')
-url="https://github.com/grafana/tanka;
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grafana/tanka/archive/v${pkgver}.tar.gz;)
-sha512sums=('a768d12423f63dcd95d4b27655874c916673bf5ebf7209951148644c611cf23060bf8852237f0df2841829524965a9b6454f1a7e4f7a1904d6896bc7388b3ef3')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/grafana "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/grafana/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/grafana/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}/cmd/tk/"
-  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"
-  export GOLDFLAGS="-s -w -linkmode=external -X 
github.com/grafana/tanka/pkg/tanka.CURRENT_VERSION=${pkgver}"
-  go build -v .
-  chmod +x ./tk
-}
-
-check() {
-  cd "${PACKAGE_ROOT}"
-  go test -v ./...
-}
-
-package() {
-  cd "${PACKAGE_ROOT}/cmd/tk/"
-  install -Dsm755 ./tk "${pkgdir}/usr/bin/tk"
-}

Copied: tanka/repos/community-x86_64/PKGBUILD (from rev 780802, 
tanka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 22:16:02 UTC (rev 780803)
@@ -0,0 +1,41 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=tanka
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
+arch=('x86_64')
+url="https://github.com/grafana/tanka;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grafana/tanka/archive/v${pkgver}.tar.gz;)
+sha512sums=('6e57f6dafcee416da851fce08b7dad803fec99b2131885740866755b524772c7e3c349123894fa0d61bc1ce9a0291e8c8c2443132286f292e1d0515238bf623a')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/grafana "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/grafana/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/grafana/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}/cmd/tk/"
+  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 -ldflags "-s -w -linkmode=external -X 
github.com/grafana/tanka/pkg/tanka.CURRENT_VERSION=${pkgver}" -v .
+  chmod +x ./tk
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}/cmd/tk/"
+  install -Dsm755 ./tk "${pkgdir}/usr/bin/tk"
+}


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

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:10:17
  Author: shibumi
Revision: 780801

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   85 ++---
 1 file changed, 42 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 22:10:10 UTC (rev 780800)
+++ PKGBUILD2020-12-20 22:10:17 UTC (rev 780801)
@@ -1,43 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=helmfile
-pkgver=0.132.0
-pkgrel=1
-pkgdesc="Manage multiple helm charts with a single helmfile"
-arch=('x86_64')
-url="https://github.com/roboll/helmfile;
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
-sha512sums=('b807608b418610539ff0f7dd8e50927b19420328292fe4d1b9f6994ee6a18337d8496493987c5b1885a53673cd9bff5ab5f495d7b7a20283d96756ff420fe255')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/roboll "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${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"
-  export GOLDFLAGS="-linkmode=external"
-  go build -v .
-  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 780800, 
helmfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 22:10:17 UTC (rev 780801)
@@ -0,0 +1,42 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=helmfile
+pkgver=0.135.0
+pkgrel=1
+pkgdesc="Manage multiple helm charts with a single helmfile"
+arch=('x86_64')
+url="https://github.com/roboll/helmfile;
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
+sha512sums=('2f0d65a9357e80c04c0332ee4ce7c8630fa006239fda8ad0946d6dee6aeacb857332871d2a0756180f481f58965db46805b7192d1017c61a80111485193505df')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/roboll "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${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 
-ldflags=-linkmode=external"
+  go build -v .
+  chmod +x ./helmfile
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
+}


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

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

upgpkg: helmfile 0.135.0-1

Modified:
  helmfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 22:07:23 UTC (rev 780799)
+++ PKGBUILD2020-12-20 22:10:10 UTC (rev 780800)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=helmfile
-pkgver=0.132.0
+pkgver=0.135.0
 pkgrel=1
 pkgdesc="Manage multiple helm charts with a single helmfile"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
-sha512sums=('b807608b418610539ff0f7dd8e50927b19420328292fe4d1b9f6994ee6a18337d8496493987c5b1885a53673cd9bff5ab5f495d7b7a20283d96756ff420fe255')
+sha512sums=('2f0d65a9357e80c04c0332ee4ce7c8630fa006239fda8ad0946d6dee6aeacb857332871d2a0756180f481f58965db46805b7192d1017c61a80111485193505df')
 
 prepare() {
   export GOPATH="${srcdir}"
@@ -26,8 +26,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export GOLDFLAGS="-linkmode=external"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
   go build -v .
   chmod +x ./helmfile
 }


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

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:07:18
  Author: shibumi
Revision: 780798

upgpkg: shfmt 3.2.1-1 enable FULL-RELRO

Modified:
  shfmt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 22:07:16 UTC (rev 780797)
+++ PKGBUILD2020-12-20 22:07:18 UTC (rev 780798)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Martí 
 
 pkgname=shfmt
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Format shell programs"
 url="https://github.com/mvdan/sh;
@@ -10,7 +10,7 @@
 arch=('x86_64')
 makedepends=('git' 'go-pie')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
-sha512sums=('2f019fea811a1a8e995b8fb2ae77ea4f52c0ff82f3b049f22730b5aba8f7a580cf046cb93bc77805edbc6b9b7c1ab81cdc800bc3068be5631dd947849770')
+sha512sums=('dcc8d256a3220d4216291c929bc462a910ffb43f28f9e89777138d1df5c40f8d6ba017341f73b955950c4ba3f39da5902459985ad02cdb938b9a9f44ad1c3147')
 
 build() {
   export CGO_CPPFLAGS="${CPPFLAGS}"
@@ -17,7 +17,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
   cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
   go build .
 }


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

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:07:23
  Author: shibumi
Revision: 780799

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 780798, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 22:07:18 UTC (rev 780798)
+++ PKGBUILD2020-12-20 22:07:23 UTC (rev 780799)
@@ -1,35 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/sh;
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
-sha512sums=('2f019fea811a1a8e995b8fb2ae77ea4f52c0ff82f3b049f22730b5aba8f7a580cf046cb93bc77805edbc6b9b7c1ab81cdc800bc3068be5631dd947849770')
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
-  go build .
-}
-
-check() {
-  cd "${srcdir}/sh-${pkgver}/"
-  go test ./...
-
-}
-
-package() {
-  cd "${srcdir}/sh-${pkgver}/"
-  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 780798, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 22:07:23 UTC (rev 780799)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh;
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('dcc8d256a3220d4216291c929bc462a910ffb43f28f9e89777138d1df5c40f8d6ba017341f73b955950c4ba3f39da5902459985ad02cdb938b9a9f44ad1c3147')
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build .
+}
+
+check() {
+  cd "${srcdir}/sh-${pkgver}/"
+  go test ./...
+
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in skaffold/repos/community-x86_64 (4 files)

2020-11-25 Thread Christian Rebischke via arch-commits
Date: Wednesday, November 25, 2020 @ 19:17:03
  Author: shibumi
Revision: 761214

archrelease: copy trunk to community-x86_64

Added:
  skaffold/repos/community-x86_64/PKGBUILD
(from rev 761213, skaffold/trunk/PKGBUILD)
  skaffold/repos/community-x86_64/build_info.patch
(from rev 761213, skaffold/trunk/build_info.patch)
Deleted:
  skaffold/repos/community-x86_64/PKGBUILD
  skaffold/repos/community-x86_64/build_info.patch

--+
 PKGBUILD |  120 -
 build_info.patch |   46 ++--
 2 files changed, 87 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-25 19:16:56 UTC (rev 761213)
+++ PKGBUILD2020-11-25 19:17:03 UTC (rev 761214)
@@ -1,56 +0,0 @@
-# Maintainer Christian Rebischke 
-# Maintainer: Fredy García 
-# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
-# Contributor: Stefan Cocora 
-
-pkgname=skaffold
-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};
-license=("Apache")
-depends=("docker" "kubectl")
-makedepends=("go")
-optdepends=(
-  "minikube: To use Minikube"
-)
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz;
-  "build_info.patch"
-)
-sha256sums=('8ab37c155fc3a68eebfa3f9a94fd9196b207762f666f88f940911105c9d61eee'
-'e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46')
-_commit="c4dce04b0d692dce61051d14cf4a2c04c8c688bd"
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/build_info.patch"
-
-  rm -rf "${srcdir}/gopath"
-  mkdir -p "${srcdir}/gopath/bin"
-  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
-  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
-}
-
-build() {
-  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
-  export GOPATH="${srcdir}/gopath"
-  export PATH="${PATH}:${GOPATH}/bin"
-  export VERSION="v${pkgver}"
-  export COMMIT="${_commit}"
-  export TREE_STATE="clean"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v 
-ldflags=-linkmode=external"
-  make install
-
-  # To avoid issues deleting directories next time
-  go clean --modcache
-}
-
-package() {
-  install -Dm755 "${srcdir}/gopath/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-}

Copied: skaffold/repos/community-x86_64/PKGBUILD (from rev 761213, 
skaffold/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-25 19:17:03 UTC (rev 761214)
@@ -0,0 +1,64 @@
+# Maintainer Christian Rebischke 
+# Maintainer: Fredy García 
+# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
+# Contributor: Stefan Cocora 
+
+pkgname=skaffold
+pkgver=1.16.0
+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")
+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;
+  "build_info.patch"
+)
+sha256sums=('8ab37c155fc3a68eebfa3f9a94fd9196b207762f666f88f940911105c9d61eee'
+'e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46')
+_commit="c4dce04b0d692dce61051d14cf4a2c04c8c688bd"
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/build_info.patch"
+
+  rm -rf "${srcdir}/gopath"
+  mkdir -p "${srcdir}/gopath/bin"
+  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
+  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+}
+
+build() {
+  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+  export GOPATH="${srcdir}/gopath"
+  export PATH="${PATH}:${GOPATH}/bin"
+  export VERSION="v${pkgver}"
+  export COMMIT="${_commit}"
+  export TREE_STATE="clean"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v 
-ldflags=-linkmode=external"
+  make install
+
+  # To avoid issues deleting directories next time
+  go clean --modcache
+
+  # Create completion files
+  "${srcdir}/gopath/bin/${pkgname}" completion bash > 
"${srcdir}/${pkgname}-completion.bash"
+  

[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 minikube/repos/community-x86_64 (4 files)

2020-11-22 Thread Christian Rebischke via arch-commits
Date: Sunday, November 22, 2020 @ 21:05:14
  Author: shibumi
Revision: 759549

archrelease: copy trunk to community-x86_64

Added:
  minikube/repos/community-x86_64/CHANGELOG.md
(from rev 759548, minikube/trunk/CHANGELOG.md)
  minikube/repos/community-x86_64/PKGBUILD
(from rev 759548, minikube/trunk/PKGBUILD)
Deleted:
  minikube/repos/community-x86_64/CHANGELOG.md
  minikube/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md | 5082 -
 PKGBUILD |   94 -
 2 files changed, 2588 insertions(+), 2588 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 759548:759549 to see the changes.


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

2020-11-22 Thread Christian Rebischke via arch-commits
Date: Sunday, November 22, 2020 @ 21:05:06
  Author: shibumi
Revision: 759547

upgpkg: minikube 1.15.1-1

Modified:
  minikube/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-22 21:04:57 UTC (rev 759546)
+++ PKGBUILD2020-11-22 21:05:06 UTC (rev 759547)
@@ -2,8 +2,8 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=minikube
-pkgver=1.14.0
-_minikube_commit=b09ee50ec047410326a85435f4d99026f9c4f5c4
+pkgver=1.15.1
+_minikube_commit=23f40a012abb52eff365ff99a709501a61ac5876
 pkgrel=1
 pkgdesc="A tool that makes it easy to run Kubernetes locally"
 url="https://github.com/kubernetes/minikube;
@@ -35,7 +35,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
   make
 }
 


[arch-commits] Commit in strongswan/repos/community-x86_64 (6 files)

2020-11-21 Thread Christian Rebischke via arch-commits
Date: Sunday, November 22, 2020 @ 02:01:44
  Author: shibumi
Revision: 758788

archrelease: copy trunk to community-x86_64

Added:
  strongswan/repos/community-x86_64/PKGBUILD
(from rev 758787, strongswan/trunk/PKGBUILD)
  strongswan/repos/community-x86_64/configure_ac.patch
(from rev 758787, strongswan/trunk/configure_ac.patch)
  strongswan/repos/community-x86_64/strongswan.install
(from rev 758787, strongswan/trunk/strongswan.install)
Deleted:
  strongswan/repos/community-x86_64/PKGBUILD
  strongswan/repos/community-x86_64/configure_ac.patch
  strongswan/repos/community-x86_64/strongswan.install

+
 PKGBUILD   |  252 +--
 configure_ac.patch |   32 +++---
 strongswan.install |   32 +++---
 3 files changed, 158 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-22 02:01:35 UTC (rev 758787)
+++ PKGBUILD2020-11-22 02:01:44 UTC (rev 758788)
@@ -1,126 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: dkorzhevin 
-# Contributor: Thermi 
-# Contributor: nikicat 
-# Contributor: danilo 
-# Contributor: Jason Begley 
-# Contributor: Ray Kohler 
-# Contributor: Daniel Riedemann 
-# Contributor: 458italia 
-# Contributor: Thermi 
-
-pkgname=strongswan
-pkgver=5.9.0
-pkgrel=1
-pkgdesc='Open source IPsec implementation'
-url='https://www.strongswan.org'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('curl' 'gmp' 'libnm' 'iproute2' 'openssl' 'sqlite' 'libcap' 
'systemd-libs'
-  'systemd' 'pam' 'python' 'ruby' 'mariadb' 'python-setuptools')
-depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'systemd-libs' 
'pam')
-optdepends=('libnm: for networkmanager support'
-  'mariadb: MySQL support'
-  'ruby: Ruby support'
-  'python: Python support'
-  'resolvconf: Resolveplugin'
-  'openldap: LDAP support')
-# TODO: move to package() and use find
-backup=(
-  etc/ipsec.conf
-  etc/ipsec.secrets
-  etc/swanctl/swanctl.conf
-  etc/strongswan.conf
-  
etc/strongswan.d/{charon-logging.conf,charon.conf,pki.conf,pool.conf,scepclient.conf,starter.conf,swanctl.conf}
-  
etc/strongswan.d/charon/{aesni.conf,attr-sql.conf,attr.conf,bliss.conf,chapoly.conf,cmac.conf,connmark.conf,constraints.conf,curl.conf,des.conf,dhcp.conf,dnskey.conf,eap-aka-3gpp2.conf,eap-aka.conf,eap-gtc.conf,eap-identity.conf,eap-md5.conf,eap-mschapv2.conf,eap-radius.conf,eap-sim-file.conf,eap-sim.conf,eap-simaka-pseudonym.conf,eap-simaka-reauth.conf,eap-tls.conf,ext-auth.conf,farp.conf,fips-prf.conf,forecast.conf,gmp.conf,ha.conf,hmac.conf,kernel-netlink.conf,md5.conf,mgf1.conf,nonce.conf,newhope.conf,ntru.conf,openssl.conf,pem.conf,pgp.conf,pkcs1.conf,pkcs12.conf,pkcs7.conf,pkcs8.conf,pubkey.conf,random.conf,rc2.conf,resolve.conf,revocation.conf,sha1.conf,sha2.conf,sha3.conf,socket-default.conf,sql.conf,sqlite.conf,sshkey.conf,stroke.conf,updown.conf,vici.conf,x509.conf,xauth-eap.conf,xauth-generic.conf,xcbc.conf,unity.conf,curve25519.conf,bypass-lan.conf})
-source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"{,.sig}
-  'configure_ac.patch')
-validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
-sha512sums=('b982ce7c3e940ad75ab71b02ce3e2813b41c6b098cde5b6f3f3513d095f409fe989ae6e38a31eff51c57423bf452c3610cd5cd8cd7f45ff932581d9859df1821'
-'SKIP'
-
'0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
-install=strongswan.install
-
-# We don't build libipsec because it would get loaded before kernel-netlink 
and netkey, which
-# would case processing to be handled in user space. Also, the plugin is 
experimental. If you need it,
-# add --enable-libipsec and --enable-kernel-libipsec
-prepare() {
-  cd   ${pkgname}-${pkgver}
-  patch   -p1 -l <"${srcdir}/configure_ac.patch"
-  autoreconf   -fiv
-}
-
-build() {
-  cd   ${pkgname}-${pkgver}
-
-  ./configure   --prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---with-ipsecdir=/usr/lib/strongswan \
---with-nm-ca-dir=/etc/ssl/certs \
---enable-integrity-test \
---enable-sqlite \
---enable-pkcs11 \
---enable-openssl \
---enable-curl \
---enable-sql \
---enable-attr-sql \
---enable-farp \
---enable-dhcp \
---enable-eap-sim \
---enable-eap-sim-file \
---enable-eap-simaka-pseudonym \
---enable-eap-simaka-reauth \
---enable-eap-identity \
---enable-eap-md5 \
---enable-eap-gtc \
---enable-eap-aka \
---enable-eap-aka-3gpp2 \
---enable-eap-mschapv2 \
---enable-eap-radius \
---enable-xauth-eap \
---enable-ha \
---enable-vici \
---enable-swanctl \
---enable-systemd \
---enable-ext-auth \
---enable-mysql \
---enable-ldap \
---enable-cmd \
---enable-forecast \
---enable-connmark \
---enable-aesni \
---enable-eap-ttls \
-

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

2020-11-21 Thread Christian Rebischke via arch-commits
Date: Sunday, November 22, 2020 @ 02:01:35
  Author: shibumi
Revision: 758787

upgpkg: strongswan 5.9.1-1

Modified:
  strongswan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-22 02:01:13 UTC (rev 758786)
+++ PKGBUILD2020-11-22 02:01:35 UTC (rev 758787)
@@ -10,7 +10,7 @@
 # Contributor: Thermi 
 
 pkgname=strongswan
-pkgver=5.9.0
+pkgver=5.9.1
 pkgrel=1
 pkgdesc='Open source IPsec implementation'
 url='https://www.strongswan.org'
@@ -36,7 +36,7 @@
 source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"{,.sig}
   'configure_ac.patch')
 validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
-sha512sums=('b982ce7c3e940ad75ab71b02ce3e2813b41c6b098cde5b6f3f3513d095f409fe989ae6e38a31eff51c57423bf452c3610cd5cd8cd7f45ff932581d9859df1821'
+sha512sums=('222625e77bd86959da6dd7346cfa9f92569fc396a494bb95ddf2c8e0680b7e8041541e8a14320517a0c735d713ae0fdc0d0c4694215e812817814b0b4efc3497'
 'SKIP'
 
'0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
 install=strongswan.install


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

2020-11-21 Thread Christian Rebischke via arch-commits
Date: Sunday, November 22, 2020 @ 01:52:53
  Author: shibumi
Revision: 758773

upgpkg: fluxctl 1.21.0-1 add full relro

Modified:
  fluxctl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-22 01:52:41 UTC (rev 758772)
+++ PKGBUILD2020-11-22 01:52:53 UTC (rev 758773)
@@ -2,7 +2,7 @@
 
 pkgname=fluxctl
 _pkgname=flux
-pkgver=1.20.2
+pkgver=1.21.0
 pkgrel=1
 pkgdesc="Controller for the GitOps Kubernetes operator flux"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('go' 'git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux/archive/${pkgver}.tar.gz;)
-sha512sums=('2fd305db1c57b7f9b473ce4f3334b031045100e5b624735a1ed0ba2986e4223cb1e5cacf71da98981b54450760b3ee5684d8732e0b7020474acff6d5808db53b')
+sha512sums=('cea827be7dba591cdfff40a74f7a939345d398cc93dc8cb8a182ab11c3b42f21d69099b1c4026572f7fa55b579ba37793ba27006ba976c4a8b5bcdfc2dd41fb4')
 changelog=CHANGELOG.md
 
 build() {
@@ -21,7 +21,7 @@
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags "-w -X main.version="${pkgver}"" .
+  go build -ldflags "-w -X main.version="${pkgver}" -linkmode=external" .
   chmod +x ./fluxctl
 }
 


[arch-commits] Commit in packer/repos/community-x86_64 (4 files)

2020-11-21 Thread Christian Rebischke via arch-commits
Date: Saturday, November 21, 2020 @ 19:03:45
  Author: shibumi
Revision: 758522

archrelease: copy trunk to community-x86_64

Added:
  packer/repos/community-x86_64/CHANGELOG.md
(from rev 758521, packer/trunk/CHANGELOG.md)
  packer/repos/community-x86_64/PKGBUILD
(from rev 758521, packer/trunk/PKGBUILD)
Deleted:
  packer/repos/community-x86_64/CHANGELOG.md
  packer/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md | 7228 -
 PKGBUILD |   90 
 2 files changed, 3659 insertions(+), 3659 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 758521:758522 to see the changes.


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

2020-11-21 Thread Christian Rebischke via arch-commits
Date: Saturday, November 21, 2020 @ 19:03:39
  Author: shibumi
Revision: 758521

upgpkg: packer 1.6.5-1 enable FULL RELRO

Modified:
  packer/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 18:32:02 UTC (rev 758520)
+++ PKGBUILD2020-11-21 19:03:39 UTC (rev 758521)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 pkgname=packer
 replaces=('packer-io')
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('git' 'go' 'go-tools')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz;)
-sha512sums=('ab4c0722b3b347a956b6ffee0bcd2b809c0677f690fd575f49dff71e5660e64f0bf580a3050940f86314f449692d9816a63dd94ce5682fd97a22cd1fe72a838c')
+sha512sums=('17df612ccac44f6ee987cfee0f5b0422768302a40e7e4177c47e427fd0aa09be136ceda40272e6a1cbdeb52587b5c93f2fe7158f787e19399149ee514fec001d')
 changelog=CHANGELOG.md
 
 prepare() {
@@ -27,7 +27,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
go build -o packer-binary
 }
 


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

2020-11-21 Thread Christian Rebischke via arch-commits
Date: Saturday, November 21, 2020 @ 18:32:02
  Author: shibumi
Revision: 758520

archrelease: copy trunk to community-x86_64

Added:
  weechat/repos/community-x86_64/PKGBUILD
(from rev 758519, weechat/trunk/PKGBUILD)
Deleted:
  weechat/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-21 18:24:43 UTC (rev 758519)
+++ PKGBUILD2020-11-21 18:32:02 UTC (rev 758520)
@@ -1,49 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Maintainer : Eli Schwartz 
-# Contributor: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=3.0
-pkgrel=1
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('x86_64')
-url="https://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoctor' 'cmake' 'aspell' 'guile' 'lua' 'perl' 'python'
- 'ruby' 'tcl')
-optdepends=('aspell: spellchecker support'
-'guile: support for guile scripts'
-'lua: support for lua scripts'
-'perl: support for perl scripts'
-'python: support for python scripts'
-'ruby: support for ruby scripts'
-'tcl: support for tcl scripts')
-source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('d6a68f35dc7363b838af811ff0a0a8d9fff519a4231c66f963e896bdda8653a56608e46333dc866e7dee25c1eafd2f1bf99c443089dde5a268bba637a0dee8ca'
-'SKIP')
-b2sums=('ed43c16af2a9fea101b54714e21d5f28f2b18fed5734c5f6adde857500befd94089f6bd7be5e2ad2738fce4e1bd5b10ebef32d0d46039242efaa2dc7f664eb42'
-'SKIP')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
-
-# cmake does not correctly handle CPPFLAGS, so kludge it in anyway:
-# https://gitlab.kitware.com/cmake/cmake/-/issues/12928
-CFLAGS+=" ${CPPFLAGS}"
-
-build() {
-  mkdir -p build
-  cd build
-  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON \
--DENABLE_JAVASCRIPT=OFF \
--DENABLE_PHP=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: weechat/repos/community-x86_64/PKGBUILD (from rev 758519, 
weechat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-21 18:32:02 UTC (rev 758520)
@@ -0,0 +1,49 @@
+# Maintainer : Christian Rebischke 
+# Maintainer : Eli Schwartz 
+# Contributor: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=3.0
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('x86_64')
+url="https://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoctor' 'cmake' 'aspell' 'guile' 'lua' 'perl' 'python'
+ 'ruby' 'tcl')
+optdepends=('aspell: spellchecker support'
+'guile: support for guile scripts'
+'lua: support for lua scripts'
+'perl: support for perl scripts'
+'python: support for python scripts'
+'ruby: support for ruby scripts'
+'tcl: support for tcl scripts')
+source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('d6a68f35dc7363b838af811ff0a0a8d9fff519a4231c66f963e896bdda8653a56608e46333dc866e7dee25c1eafd2f1bf99c443089dde5a268bba637a0dee8ca'
+'SKIP')
+b2sums=('ed43c16af2a9fea101b54714e21d5f28f2b18fed5734c5f6adde857500befd94089f6bd7be5e2ad2738fce4e1bd5b10ebef32d0d46039242efaa2dc7f664eb42'
+'SKIP')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
+
+# cmake does not correctly handle CPPFLAGS, so kludge it in anyway:
+# https://gitlab.kitware.com/cmake/cmake/-/issues/12928
+CFLAGS+=" ${CPPFLAGS}"
+
+build() {
+  mkdir -p build
+  cd build
+  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON \
+-DENABLE_JAVASCRIPT=OFF \
+-DENABLE_PHP=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in hcloud/repos/community-x86_64 (5 files)

2020-11-21 Thread Christian Rebischke via arch-commits
Date: Saturday, November 21, 2020 @ 18:24:43
  Author: shibumi
Revision: 758519

archrelease: copy trunk to community-x86_64

Added:
  hcloud/repos/community-x86_64/PKGBUILD
(from rev 758518, hcloud/trunk/PKGBUILD)
  hcloud/repos/community-x86_64/_hcloud.zsh
(from rev 758518, hcloud/trunk/_hcloud.zsh)
Deleted:
  hcloud/repos/community-x86_64/CHANGES.md
  hcloud/repos/community-x86_64/PKGBUILD
  hcloud/repos/community-x86_64/_hcloud.zsh

-+
 CHANGES.md  |  106 --
 PKGBUILD|  105 +++--
 _hcloud.zsh |4 +-
 3 files changed, 52 insertions(+), 163 deletions(-)

Deleted: CHANGES.md
===
--- CHANGES.md  2020-11-21 18:24:36 UTC (rev 758518)
+++ CHANGES.md  2020-11-21 18:24:43 UTC (rev 758519)
@@ -1,106 +0,0 @@
-# Changes
-
-## v1.14.0
-
-* Expose server’s MAC address in networks on `hcloud server describe`
-* Add support for names to Floating IP commands
-* Make `--ip-range` on `hcloud network add-subnet` optional
-* Add debug mode (use `HCLOUD_DEBUG` and `HCLOUD_DEBUG_FILE`)
-* Add `hcloud server ip` command
-* Expose `Created` on `hcloud floating-ip|image|ssh-key|volume describe`
-* Refactor progressbar and add loading animation for running actions
-
-## v1.13.0
-
-* Show server name instead of ID on `hcloud floating-ip|volume|image list`
-* Add support for networks
-
-## v1.12.0
-
-* Add support for executing commands via `hcloud server ssh  `
-* Make overriding context via `HCLOUD_CONTEXT` work
-* Add support for JSON and Go template output
-* Add support for multiple user data files
-* Add length validation for API token on `hcloud context create`
-* Add `active` column to context list on `hcloud context list`
-
-## v1.11.0
-
-* Add support for automounting and formatting volumes
-
-## v1.10.0
-
-* Fix creating a volume when server is specified by its name
-* Deprecate and ignore the `--window` flag on `hcloud server enable-backup`
-* Add output columns `type|labels|volumes|protection` to `hcloud server list`
-* Add output columns `labels|protection` to `hcloud volume list`
-* Add output column `labels` to `hcloud image list`
-* Add output column `labels` to `hcloud floating-ip list`
-* Add output column `labels` to `hcloud ssh-key list`
-
-## v1.9.1
-
-* Fix formatting issue on `hcloud volume list` and `hcloud volume describe`
-
-## v1.9.0
-
-* Add support for volumes
-* Add `--start-after-create` flag to `hcloud server create` command
-
-## v1.8.0
-
-* Add `hcloud ssh-key update` command
-* Add `-u/--user` and `-p/--port` flags to `hcloud server ssh` command
-* Add `hcloud server set-rdns` command
-* Add `hcloud floating-ip set-rdns` command
-
-## v1.7.0
-
-* Add type filter flag `-t` / `--type` to `image list` command
-* Expose labels of servers, Floating IPs, images, and SSH Keys
-* Add `hcloud {server|ssh-key|image|floating-ip} {add-label|remove-label}` 
commands
-
-## v1.6.1
-
-* Fix invalid formatting of integers in `hcloud * list` commands
-
-## v1.6.0
-
-* Show IP address upon creating a server
-* Add `--poll-interval` flag for controlling the polling interval (for example 
for action progress updates)
-
-## v1.5.0
-
-* Add `hcloud server ssh` command to open an SSH connection to the server
-
-## v1.4.0
-
-* Document `-o` flag for controlling output formatting
-* Add commands `enable-protection` and `disable-protection` for
-  images, Floating IPs, and servers
-
-## v1.3.2
-
-* Show progress for every action
-* Show datacenter in `server list` and `server describe`
-
-## v1.3.1
-
-* Only poll action progress every 500ms (instead of every 100ms)
-* Document `HCLOUD_TOKEN` and make it work when there is no active context
-
-## v1.3.0
-
-* Print dates in local time
-* Do not echo token when creating a context
-* Add `--user-data-from-file` flag to `hcloud server create` command
-
-## v1.2.0
-
-* Update hcloud library to v1.2.0 fixing rate limit check
-
-## v1.1.0
-
-* Show image information in `hcloud server describe`
-* Auto-activate created context on `hcloud context create`
-* Fix `hcloud version` not showing correct version

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-21 18:24:36 UTC (rev 758518)
+++ PKGBUILD2020-11-21 18:24:43 UTC (rev 758519)
@@ -1,55 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Konrad Tegtmeier 
-
-_pkgname=cli
-pkgname=hcloud
-pkgver=1.19.1
-pkgrel=1
-pkgdesc="CLI for Hetzner Cloud"
-arch=('x86_64')
-url="https://github.com/hetznercloud/cli;
-license=('MIT')
-optdepends=(
-  'bash-completion: tab auto-completion'
-  'zsh: tab auto-completion')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-provides=('hcloud')
-_hcloud_commit='b9433e5a0f86503c8702358304b3dc3e66ac21f4'
-source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit};
-  _hcloud.zsh)
-sha512sums=('SKIP'
-

[arch-commits] Commit in hcloud/trunk (CHANGES.md PKGBUILD)

2020-11-21 Thread Christian Rebischke via arch-commits
Date: Saturday, November 21, 2020 @ 18:24:36
  Author: shibumi
Revision: 758518

upgpkg: hcloud 1.20.1-1 remove changelog, because it's not available anymore

Modified:
  hcloud/trunk/PKGBUILD
Deleted:
  hcloud/trunk/CHANGES.md

+
 CHANGES.md |  106 ---
 PKGBUILD   |9 +
 2 files changed, 2 insertions(+), 113 deletions(-)

Deleted: CHANGES.md
===
--- CHANGES.md  2020-11-21 18:19:16 UTC (rev 758517)
+++ CHANGES.md  2020-11-21 18:24:36 UTC (rev 758518)
@@ -1,106 +0,0 @@
-# Changes
-
-## v1.14.0
-
-* Expose server’s MAC address in networks on `hcloud server describe`
-* Add support for names to Floating IP commands
-* Make `--ip-range` on `hcloud network add-subnet` optional
-* Add debug mode (use `HCLOUD_DEBUG` and `HCLOUD_DEBUG_FILE`)
-* Add `hcloud server ip` command
-* Expose `Created` on `hcloud floating-ip|image|ssh-key|volume describe`
-* Refactor progressbar and add loading animation for running actions
-
-## v1.13.0
-
-* Show server name instead of ID on `hcloud floating-ip|volume|image list`
-* Add support for networks
-
-## v1.12.0
-
-* Add support for executing commands via `hcloud server ssh  `
-* Make overriding context via `HCLOUD_CONTEXT` work
-* Add support for JSON and Go template output
-* Add support for multiple user data files
-* Add length validation for API token on `hcloud context create`
-* Add `active` column to context list on `hcloud context list`
-
-## v1.11.0
-
-* Add support for automounting and formatting volumes
-
-## v1.10.0
-
-* Fix creating a volume when server is specified by its name
-* Deprecate and ignore the `--window` flag on `hcloud server enable-backup`
-* Add output columns `type|labels|volumes|protection` to `hcloud server list`
-* Add output columns `labels|protection` to `hcloud volume list`
-* Add output column `labels` to `hcloud image list`
-* Add output column `labels` to `hcloud floating-ip list`
-* Add output column `labels` to `hcloud ssh-key list`
-
-## v1.9.1
-
-* Fix formatting issue on `hcloud volume list` and `hcloud volume describe`
-
-## v1.9.0
-
-* Add support for volumes
-* Add `--start-after-create` flag to `hcloud server create` command
-
-## v1.8.0
-
-* Add `hcloud ssh-key update` command
-* Add `-u/--user` and `-p/--port` flags to `hcloud server ssh` command
-* Add `hcloud server set-rdns` command
-* Add `hcloud floating-ip set-rdns` command
-
-## v1.7.0
-
-* Add type filter flag `-t` / `--type` to `image list` command
-* Expose labels of servers, Floating IPs, images, and SSH Keys
-* Add `hcloud {server|ssh-key|image|floating-ip} {add-label|remove-label}` 
commands
-
-## v1.6.1
-
-* Fix invalid formatting of integers in `hcloud * list` commands
-
-## v1.6.0
-
-* Show IP address upon creating a server
-* Add `--poll-interval` flag for controlling the polling interval (for example 
for action progress updates)
-
-## v1.5.0
-
-* Add `hcloud server ssh` command to open an SSH connection to the server
-
-## v1.4.0
-
-* Document `-o` flag for controlling output formatting
-* Add commands `enable-protection` and `disable-protection` for
-  images, Floating IPs, and servers
-
-## v1.3.2
-
-* Show progress for every action
-* Show datacenter in `server list` and `server describe`
-
-## v1.3.1
-
-* Only poll action progress every 500ms (instead of every 100ms)
-* Document `HCLOUD_TOKEN` and make it work when there is no active context
-
-## v1.3.0
-
-* Print dates in local time
-* Do not echo token when creating a context
-* Add `--user-data-from-file` flag to `hcloud server create` command
-
-## v1.2.0
-
-* Update hcloud library to v1.2.0 fixing rate limit check
-
-## v1.1.0
-
-* Show image information in `hcloud server describe`
-* Auto-activate created context on `hcloud context create`
-* Fix `hcloud version` not showing correct version

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 18:19:16 UTC (rev 758517)
+++ PKGBUILD2020-11-21 18:24:36 UTC (rev 758518)
@@ -3,7 +3,7 @@
 
 _pkgname=cli
 pkgname=hcloud
-pkgver=1.19.1
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="CLI for Hetzner Cloud"
 arch=('x86_64')
@@ -15,17 +15,12 @@
 makedepends=('go-pie' 'git')
 depends=('glibc')
 provides=('hcloud')
-_hcloud_commit='b9433e5a0f86503c8702358304b3dc3e66ac21f4'
+_hcloud_commit='178bf96a689ea417f9401e4b1059cf9c44a44c07'
 source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit};
   _hcloud.zsh)
 sha512sums=('SKIP'
 
'1964c7445200327ee71974591516bdcc3a00751ff3407891a7401ad486b4a0ee51bfc8c0e8d0e074b788936f365a435322bd4c9b2b527f6621b0965b60477897')
-changelog=CHANGES.md
 
-prepare() {
-  export GO111MODULE=on
-}
-
 build() {
   export CGO_ENABLED=1
   export CGO_CPPFLAGS="${CPPFLAGS}"


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

2020-11-21 Thread Christian Rebischke via arch-commits
Date: Saturday, November 21, 2020 @ 18:18:03
  Author: shibumi
Revision: 758515

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 758514, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-21 18:17:55 UTC (rev 758514)
+++ PKGBUILD2020-11-21 18:18:03 UTC (rev 758515)
@@ -1,35 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/sh;
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
-sha512sums=('6e367a7a05c5e18d6de7f822ef181443b22d05f94a5fe5a0cf4759bc1e4a07dfac0e2704eb3025868e0f44c0e04a9cbd28dfe5a977381b2ba6fe274ac97ef29a')
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
-  go build .
-}
-
-check() {
-  cd "${srcdir}/sh-${pkgver}/"
-  go test ./...
-
-}
-
-package() {
-  cd "${srcdir}/sh-${pkgver}/"
-  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 758514, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-21 18:18:03 UTC (rev 758515)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh;
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('2f019fea811a1a8e995b8fb2ae77ea4f52c0ff82f3b049f22730b5aba8f7a580cf046cb93bc77805edbc6b9b7c1ab81cdc800bc3068be5631dd947849770')
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build .
+}
+
+check() {
+  cd "${srcdir}/sh-${pkgver}/"
+  go test ./...
+
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-11-21 Thread Christian Rebischke via arch-commits
Date: Saturday, November 21, 2020 @ 18:17:55
  Author: shibumi
Revision: 758514

upgpkg: shfmt 3.2.0-1

Modified:
  shfmt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 18:02:26 UTC (rev 758513)
+++ PKGBUILD2020-11-21 18:17:55 UTC (rev 758514)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Martí 
 
 pkgname=shfmt
-pkgver=3.1.2
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Format shell programs"
 url="https://github.com/mvdan/sh;
@@ -10,7 +10,7 @@
 arch=('x86_64')
 makedepends=('git' 'go-pie')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
-sha512sums=('6e367a7a05c5e18d6de7f822ef181443b22d05f94a5fe5a0cf4759bc1e4a07dfac0e2704eb3025868e0f44c0e04a9cbd28dfe5a977381b2ba6fe274ac97ef29a')
+sha512sums=('2f019fea811a1a8e995b8fb2ae77ea4f52c0ff82f3b049f22730b5aba8f7a580cf046cb93bc77805edbc6b9b7c1ab81cdc800bc3068be5631dd947849770')
 
 build() {
   export CGO_CPPFLAGS="${CPPFLAGS}"


[arch-commits] Commit in packer/repos/community-x86_64 (4 files)

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 18:00:33
  Author: shibumi
Revision: 754632

archrelease: copy trunk to community-x86_64

Added:
  packer/repos/community-x86_64/CHANGELOG.md
(from rev 754631, packer/trunk/CHANGELOG.md)
  packer/repos/community-x86_64/PKGBUILD
(from rev 754631, packer/trunk/PKGBUILD)
Deleted:
  packer/repos/community-x86_64/CHANGELOG.md
  packer/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md | 7228 -
 PKGBUILD |   90 
 2 files changed, 3659 insertions(+), 3659 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 754631:754632 to see the changes.


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

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 18:00:22
  Author: shibumi
Revision: 754631

upgpkg: packer 1.6.4-1

Modified:
  packer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 17:54:33 UTC (rev 754630)
+++ PKGBUILD2020-11-15 18:00:22 UTC (rev 754631)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 pkgname=packer
 replaces=('packer-io')
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('git' 'go' 'go-tools')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz;)
-sha512sums=('7ded292505c5681d1b76856061f844bc4c9b18e3519fa7e2586c54b990ce4b9f3f6d6e4c2bbf0f5b5bfb86b90c461d21d88ef183d421b1e6a2ae73c5b3342612')
+sha512sums=('ab4c0722b3b347a956b6ffee0bcd2b809c0677f690fd575f49dff71e5660e64f0bf580a3050940f86314f449692d9816a63dd94ce5682fd97a22cd1fe72a838c')
 changelog=CHANGELOG.md
 
 prepare() {


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

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

archrelease: copy trunk to community-x86_64

Added:
  weechat/repos/community-x86_64/PKGBUILD
(from rev 754617, weechat/trunk/PKGBUILD)
Deleted:
  weechat/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 17:38:05 UTC (rev 754617)
+++ PKGBUILD2020-11-15 17:38:14 UTC (rev 754618)
@@ -1,49 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Maintainer : Eli Schwartz 
-# Contributor: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=2.9
-pkgrel=2
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('x86_64')
-url="https://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoctor' 'cmake' 'aspell' 'guile' 'lua' 'perl' 'python'
- 'ruby' 'tcl')
-optdepends=('aspell: spellchecker support'
-'guile: support for guile scripts'
-'lua: support for lua scripts'
-'perl: support for perl scripts'
-'python: support for python scripts'
-'ruby: support for ruby scripts'
-'tcl: support for tcl scripts')
-source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('c4a5723accb417c0496b5427ee58fbf5d3e842e6d79a7988f8680cd605534cfc9d30f6f4844afe45f5223458f28b8deff1284fff2fb5b7d04cb99a81cde4e13e'
-'SKIP')
-b2sums=('8089cd846ca192ec666a50e8071ed57e1c2518b2d5ea98733b8e3fa6c8c684e8ed14253d787b3f9995a8f481a7413444c3ba262dcb6c100283192bcafb502627'
-'SKIP')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
-
-# cmake does not correctly handle CPPFLAGS, so kludge it in anyway:
-# https://gitlab.kitware.com/cmake/cmake/-/issues/12928
-CFLAGS+=" ${CPPFLAGS}"
-
-build() {
-  mkdir -p build
-  cd build
-  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON \
--DENABLE_JAVASCRIPT=OFF \
--DENABLE_PHP=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: weechat/repos/community-x86_64/PKGBUILD (from rev 754617, 
weechat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 17:38:14 UTC (rev 754618)
@@ -0,0 +1,49 @@
+# Maintainer : Christian Rebischke 
+# Maintainer : Eli Schwartz 
+# Contributor: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=3.0
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('x86_64')
+url="https://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoctor' 'cmake' 'aspell' 'guile' 'lua' 'perl' 'python'
+ 'ruby' 'tcl')
+optdepends=('aspell: spellchecker support'
+'guile: support for guile scripts'
+'lua: support for lua scripts'
+'perl: support for perl scripts'
+'python: support for python scripts'
+'ruby: support for ruby scripts'
+'tcl: support for tcl scripts')
+source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('d6a68f35dc7363b838af811ff0a0a8d9fff519a4231c66f963e896bdda8653a56608e46333dc866e7dee25c1eafd2f1bf99c443089dde5a268bba637a0dee8ca'
+'SKIP')
+b2sums=('ed43c16af2a9fea101b54714e21d5f28f2b18fed5734c5f6adde857500befd94089f6bd7be5e2ad2738fce4e1bd5b10ebef32d0d46039242efaa2dc7f664eb42'
+'SKIP')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
+
+# cmake does not correctly handle CPPFLAGS, so kludge it in anyway:
+# https://gitlab.kitware.com/cmake/cmake/-/issues/12928
+CFLAGS+=" ${CPPFLAGS}"
+
+build() {
+  mkdir -p build
+  cd build
+  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON \
+-DENABLE_JAVASCRIPT=OFF \
+-DENABLE_PHP=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[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


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

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

upgpkg: weechat 3.0-1

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 17:37:53 UTC (rev 754616)
+++ PKGBUILD2020-11-15 17:38:05 UTC (rev 754617)
@@ -4,8 +4,8 @@
 # Contributor: lucke 
 
 pkgname=weechat
-pkgver=2.9
-pkgrel=3
+pkgver=3.0
+pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('x86_64')
 url="https://www.weechat.org/;
@@ -21,9 +21,9 @@
 'ruby: support for ruby scripts'
 'tcl: support for tcl scripts')
 source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('c4a5723accb417c0496b5427ee58fbf5d3e842e6d79a7988f8680cd605534cfc9d30f6f4844afe45f5223458f28b8deff1284fff2fb5b7d04cb99a81cde4e13e'
+sha512sums=('d6a68f35dc7363b838af811ff0a0a8d9fff519a4231c66f963e896bdda8653a56608e46333dc866e7dee25c1eafd2f1bf99c443089dde5a268bba637a0dee8ca'
 'SKIP')
-b2sums=('8089cd846ca192ec666a50e8071ed57e1c2518b2d5ea98733b8e3fa6c8c684e8ed14253d787b3f9995a8f481a7413444c3ba262dcb6c100283192bcafb502627'
+b2sums=('ed43c16af2a9fea101b54714e21d5f28f2b18fed5734c5f6adde857500befd94089f6bd7be5e2ad2738fce4e1bd5b10ebef32d0d46039242efaa2dc7f664eb42'
 'SKIP')
 validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
 


[arch-commits] Commit in skaffold/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  skaffold/repos/community-x86_64/PKGBUILD
(from rev 754619, skaffold/trunk/PKGBUILD)
  skaffold/repos/community-x86_64/build_info.patch
(from rev 754619, skaffold/trunk/build_info.patch)
Deleted:
  skaffold/repos/community-x86_64/PKGBUILD
  skaffold/repos/community-x86_64/build_info.patch

--+
 PKGBUILD |  114 ++---
 build_info.patch |   46 ++---
 2 files changed, 79 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 17:38:35 UTC (rev 754619)
+++ PKGBUILD2020-11-15 17:38:44 UTC (rev 754620)
@@ -1,58 +0,0 @@
-# Maintainer Christian Rebischke 
-# Maintainer: Fredy García 
-# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
-# Contributor: Stefan Cocora 
-
-pkgname=skaffold
-pkgver=1.15.0
-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")
-makedepends=("go")
-optdepends=(
-  "minikube: To use Minikube"
-)
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz;
-  "build_info.patch"
-)
-sha256sums=(
-  "d16c91191d4d0ac0d8eb29f9fb02462b948faffefcf0d5b91fd6491a3157d8c2"
-  "e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46"
-)
-_commit="c4dce04b0d692dce61051d14cf4a2c04c8c688bd"
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/build_info.patch"
-
-  rm -rf "${srcdir}/gopath"
-  mkdir -p "${srcdir}/gopath/bin"
-  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
-  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
-}
-
-build() {
-  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
-  export GOPATH="${srcdir}/gopath"
-  export PATH="${PATH}:${GOPATH}/bin"
-  export VERSION="v${pkgver}"
-  export COMMIT="${_commit}"
-  export TREE_STATE="clean"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v"
-  make install
-
-  # To avoid issues deleting directories next time
-  go clean --modcache
-}
-
-package() {
-  install -Dm755 "${srcdir}/gopath/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-}

Copied: skaffold/repos/community-x86_64/PKGBUILD (from rev 754619, 
skaffold/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 17:38:44 UTC (rev 754620)
@@ -0,0 +1,56 @@
+# Maintainer Christian Rebischke 
+# Maintainer: Fredy García 
+# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
+# Contributor: Stefan Cocora 
+
+pkgname=skaffold
+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};
+license=("Apache")
+depends=("docker" "kubectl")
+makedepends=("go")
+optdepends=(
+  "minikube: To use Minikube"
+)
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz;
+  "build_info.patch"
+)
+sha256sums=('8ab37c155fc3a68eebfa3f9a94fd9196b207762f666f88f940911105c9d61eee'
+'e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46')
+_commit="c4dce04b0d692dce61051d14cf4a2c04c8c688bd"
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/build_info.patch"
+
+  rm -rf "${srcdir}/gopath"
+  mkdir -p "${srcdir}/gopath/bin"
+  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
+  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+}
+
+build() {
+  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+  export GOPATH="${srcdir}/gopath"
+  export PATH="${PATH}:${GOPATH}/bin"
+  export VERSION="v${pkgver}"
+  export COMMIT="${_commit}"
+  export TREE_STATE="clean"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v 
-ldflags=-linkmode=external"
+  make install
+
+  # To avoid issues deleting directories next time
+  go clean --modcache
+}
+
+package() {
+  install -Dm755 "${srcdir}/gopath/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+}

Deleted: build_info.patch
===
--- build_info.patch2020-11-15 17:38:35 

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

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 17:16:22
  Author: shibumi
Revision: 754608

archrelease: copy trunk to community-x86_64

Added:
  mkcert/repos/community-x86_64/PKGBUILD
(from rev 754607, mkcert/trunk/PKGBUILD)
Deleted:
  mkcert/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 17:16:11 UTC (rev 754607)
+++ PKGBUILD2020-11-15 17:16:22 UTC (rev 754608)
@@ -1,36 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Simon Legner 
-
-pkgname=mkcert
-_package="github.com/FiloSottile/${pkgname}"
-pkgver=1.4.1
-pkgrel=4
-pkgdesc="Simple tool for making locally-trusted development certificates"
-arch=('x86_64')
-url="https://github.com/FiloSottile/mkcert;
-license=('BSD')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FiloSottile/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('23b008a06ba594f7f5a82b12d00dc129d237421f776bcbf4be04e61a99fa92d49977a616846de45ef98292e31d28bbd543bec70566d14ecfceccee8bbe49038f')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  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
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mkcert/repos/community-x86_64/PKGBUILD (from rev 754607, 
mkcert/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 17:16:22 UTC (rev 754608)
@@ -0,0 +1,36 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Simon Legner 
+
+pkgname=mkcert
+_package="github.com/FiloSottile/${pkgname}"
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Simple tool for making locally-trusted development certificates"
+arch=('x86_64')
+url="https://github.com/FiloSottile/mkcert;
+license=('BSD')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FiloSottile/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('b7d78ba9347564c2a707b5984906eaaa72b3185f89b97ba52d4e8f5d18553aed3a464108caaac94558a99e4a1170e7f402e4089feacadbb684105e79df0284c0')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test -v ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

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

upgpkg: mkcert 1.4.2-1 introduce full RELRO

Modified:
  mkcert/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 17:13:31 UTC (rev 754606)
+++ PKGBUILD2020-11-15 17:16:11 UTC (rev 754607)
@@ -3,8 +3,8 @@
 
 pkgname=mkcert
 _package="github.com/FiloSottile/${pkgname}"
-pkgver=1.4.1
-pkgrel=4
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="Simple tool for making locally-trusted development certificates"
 arch=('x86_64')
 url="https://github.com/FiloSottile/mkcert;
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FiloSottile/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('23b008a06ba594f7f5a82b12d00dc129d237421f776bcbf4be04e61a99fa92d49977a616846de45ef98292e31d28bbd543bec70566d14ecfceccee8bbe49038f')
+sha512sums=('b7d78ba9347564c2a707b5984906eaaa72b3185f89b97ba52d4e8f5d18553aed3a464108caaac94558a99e4a1170e7f402e4089feacadbb684105e79df0284c0')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -20,13 +20,13 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v
 }
 
 check() {
   cd "${pkgname}-${pkgver}"
-  go test ./...
+  go test -v ./...
 }
 
 package() {


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

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 16:54:31
  Author: shibumi
Revision: 754601

archrelease: copy trunk to community-x86_64

Added:
  kompose/repos/community-x86_64/PKGBUILD
(from rev 754600, kompose/trunk/PKGBUILD)
Deleted:
  kompose/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 16:54:21 UTC (rev 754600)
+++ PKGBUILD2020-11-15 16:54:31 UTC (rev 754601)
@@ -1,44 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=kompose
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Docker compose to Kubernetes transformation tool"
-arch=('x86_64')
-url="https://github.com/kubernetes/kompose;
-license=('Apache')
-makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz;)
-sha512sums=('09c2520b759dcc452f6d55b171d9c002ccdab96cf01cd9b67be33070c8b3faff0a189ca30731376386d214002e2c44ffe27715aa74039a8adbae946d2b03d1d0')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/kubernetes "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/kubernetes/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/kubernetes/${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"
-  export GOLDFLAGS="-linkmode=external"
-  go build -v .
-  chmod +x ./kompose
-}
-
-# tests are failing right now due to a bug in script/cmd/cmd_test.go:28
-#check() {
-#  cd "${PACKAGE_ROOT}"
-#  go test -v ./...
-#}
-
-package() {
-  cd "${PACKAGE_ROOT}"
-  install -Dsm755 ./kompose "${pkgdir}/usr/bin/kompose"
-}

Copied: kompose/repos/community-x86_64/PKGBUILD (from rev 754600, 
kompose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 16:54:31 UTC (rev 754601)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=kompose
+pkgver=1.22.0
+pkgrel=2
+pkgdesc="Docker compose to Kubernetes transformation tool"
+arch=('x86_64')
+url="https://github.com/kubernetes/kompose;
+license=('Apache')
+makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz;)
+sha512sums=('09c2520b759dcc452f6d55b171d9c002ccdab96cf01cd9b67be33070c8b3faff0a189ca30731376386d214002e2c44ffe27715aa74039a8adbae946d2b03d1d0')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/kubernetes "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/kubernetes/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/kubernetes/${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 .
+  chmod +x ./kompose
+}
+
+# tests are failing right now due to a bug in script/cmd/cmd_test.go:28
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./kompose "${pkgdir}/usr/bin/kompose"
+}


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

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 16:54:21
  Author: shibumi
Revision: 754600

upgpkg: kompose 1.22.0-2 remove unused GOLDFLAGS + enable FULL RELRO

Modified:
  kompose/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 16:46:02 UTC (rev 754599)
+++ PKGBUILD2020-11-15 16:54:21 UTC (rev 754600)
@@ -2,7 +2,7 @@
 
 pkgname=kompose
 pkgver=1.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Docker compose to Kubernetes transformation tool"
 arch=('x86_64')
 url="https://github.com/kubernetes/kompose;
@@ -27,7 +27,6 @@
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export GOLDFLAGS="-linkmode=external"
   go build -v .
   chmod +x ./kompose
 }


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

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 16:44:14
  Author: shibumi
Revision: 754597

archrelease: copy trunk to community-x86_64

Added:
  kompose/repos/community-x86_64/PKGBUILD
(from rev 754596, kompose/trunk/PKGBUILD)
Deleted:
  kompose/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 16:43:48 UTC (rev 754596)
+++ PKGBUILD2020-11-15 16:44:14 UTC (rev 754597)
@@ -1,44 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=kompose
-pkgver=1.21.0
-pkgrel=1
-pkgdesc="Docker compose to Kubernetes transformation tool"
-arch=('x86_64')
-url="https://github.com/kubernetes/kompose;
-license=('Apache')
-makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz;)
-sha512sums=('96a6a6335d1846c945410b9a7c2e580f736ac2f9730a68f59cdce8f699a7e83910ba21116de8a9640d550c03c7156d684457421597d0d9bcd63067e6cbb03e81')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/kubernetes "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/kubernetes/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/kubernetes/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}"
-  export CGO_ENABLED=0
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export GOLDFLAGS="-linkmode=external"
-  go build -v .
-  chmod +x ./kompose
-}
-
-# tests are failing right now due to a bug in script/cmd/cmd_test.go:28
-#check() {
-#  cd "${PACKAGE_ROOT}"
-#  go test -v ./...
-#}
-
-package() {
-  cd "${PACKAGE_ROOT}"
-  install -Dsm755 ./kompose "${pkgdir}/usr/bin/kompose"
-}

Copied: kompose/repos/community-x86_64/PKGBUILD (from rev 754596, 
kompose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 16:44:14 UTC (rev 754597)
@@ -0,0 +1,44 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=kompose
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="Docker compose to Kubernetes transformation tool"
+arch=('x86_64')
+url="https://github.com/kubernetes/kompose;
+license=('Apache')
+makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz;)
+sha512sums=('09c2520b759dcc452f6d55b171d9c002ccdab96cf01cd9b67be33070c8b3faff0a189ca30731376386d214002e2c44ffe27715aa74039a8adbae946d2b03d1d0')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/kubernetes "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/kubernetes/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/kubernetes/${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"
+  export GOLDFLAGS="-linkmode=external"
+  go build -v .
+  chmod +x ./kompose
+}
+
+# tests are failing right now due to a bug in script/cmd/cmd_test.go:28
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./kompose "${pkgdir}/usr/bin/kompose"
+}


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

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 16:43:48
  Author: shibumi
Revision: 754596

upgpkg: kompose 1.22.0-1

Modified:
  kompose/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 16:40:24 UTC (rev 754595)
+++ PKGBUILD2020-11-15 16:43:48 UTC (rev 754596)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=kompose
-pkgver=1.21.0
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="Docker compose to Kubernetes transformation tool"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz;)
-sha512sums=('96a6a6335d1846c945410b9a7c2e580f736ac2f9730a68f59cdce8f699a7e83910ba21116de8a9640d550c03c7156d684457421597d0d9bcd63067e6cbb03e81')
+sha512sums=('09c2520b759dcc452f6d55b171d9c002ccdab96cf01cd9b67be33070c8b3faff0a189ca30731376386d214002e2c44ffe27715aa74039a8adbae946d2b03d1d0')
 
 prepare() {
   export GOPATH="${srcdir}"
@@ -21,7 +21,7 @@
 
 build() {
   cd "${PACKAGE_ROOT}"
-  export CGO_ENABLED=0
+  export CGO_ENABLED=1
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"


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

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 16:39:45
  Author: shibumi
Revision: 754591

archrelease: copy trunk to community-x86_64

Added:
  yaegi/repos/community-x86_64/PKGBUILD
(from rev 754590, yaegi/trunk/PKGBUILD)
Deleted:
  yaegi/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 -
 1 file changed, 41 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 16:39:36 UTC (rev 754590)
+++ PKGBUILD2020-11-15 16:39:45 UTC (rev 754591)
@@ -1,35 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: navigaid 
-pkgname=yaegi
-pkgver=0.8.10
-pkgrel=1
-pkgdesc='Yet another Elegant Go Interpreter'
-arch=('x86_64')
-url='https://github.com/containous/yaegi'
-license=('Apache')
-makedepends=('go-pie')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
-sha512sums=('f80354b377e934582e5300c6fe97cd5c7ae285c57d47e34084948004b7c16d92fc9a600754e31ff53eb617b09d0953a84b0fcd33ea6692640780e52d02a0ea5a')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  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 ./cmd/yaegi
-}
-
-# These checks fail right now :(
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#  go test ./...
-#}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: yaegi/repos/community-x86_64/PKGBUILD (from rev 754590, 
yaegi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 16:39:45 UTC (rev 754591)
@@ -0,0 +1,41 @@
+# Maintainer: Christian Rebischke 
+# Contributor: navigaid 
+pkgname=yaegi
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Yet another Elegant Go Interpreter'
+arch=('x86_64')
+url='https://github.com/containous/yaegi'
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
+sha512sums=('b3bd7b82dd5605205d991e1f7fa10541420e98845b0b9cd773fe70acfb5db6eb76d4cec97783eac9ca5ad36c15da2ad73d36533055da94af910e149dad1cc109')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/containous "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/containous/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/containous/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}"
+  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 ./cmd/yaegi
+}
+
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 16:39:36
  Author: shibumi
Revision: 754590

upgpkg: yaegi 0.9.6-1 disable tests, because of errors

I hope we can enable them soon again :(

Modified:
  yaegi/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 16:39:10 UTC (rev 754589)
+++ PKGBUILD2020-11-15 16:39:36 UTC (rev 754590)
@@ -1,19 +1,26 @@
 # Maintainer: Christian Rebischke 
 # Contributor: navigaid 
 pkgname=yaegi
-pkgver=0.8.10
+pkgver=0.9.6
 pkgrel=1
 pkgdesc='Yet another Elegant Go Interpreter'
 arch=('x86_64')
 url='https://github.com/containous/yaegi'
 license=('Apache')
-makedepends=('go-pie')
+makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
-sha512sums=('f80354b377e934582e5300c6fe97cd5c7ae285c57d47e34084948004b7c16d92fc9a600754e31ff53eb617b09d0953a84b0fcd33ea6692640780e52d02a0ea5a')
+sha512sums=('b3bd7b82dd5605205d991e1f7fa10541420e98845b0b9cd773fe70acfb5db6eb76d4cec97783eac9ca5ad36c15da2ad73d36533055da94af910e149dad1cc109')
 
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/containous "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/containous/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/containous/${pkgname}"
+}
+
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "${PACKAGE_ROOT}"
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
@@ -22,14 +29,13 @@
   go build ./cmd/yaegi
 }
 
-# These checks fail right now :(
 #check() {
-#  cd "${pkgname}-${pkgver}"
+#  cd "${PACKAGE_ROOT}"
 #  go test ./...
 #}
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd "${PACKAGE_ROOT}"
   install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 14:11:15
  Author: shibumi
Revision: 754496

archrelease: copy trunk to community-x86_64

Added:
  aerc/repos/community-x86_64/
  aerc/repos/community-x86_64/PKGBUILD
(from rev 754495, aerc/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: aerc/repos/community-x86_64/PKGBUILD (from rev 754495, 
aerc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-11-15 14:11:15 UTC (rev 754496)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Stefan Tatschner 
+# Contributor: Gökberk Yaltıraklı 
+# Contributor: Drew DeVault 
+
+pkgname=aerc
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Email Client for your Terminal'
+arch=('x86_64')
+url='https://git.sr.ht/~sircmpwn/aerc'
+license=('MIT')
+depends=('notmuch')
+makedepends=('go' 'git' 'scdoc')
+optdepends=('w3m: html viewer support' 'dante: proxy support')
+provides=('aerc')
+conflicts=('aerc')
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('f5b4d997f191a9819e4e8c3d0e13e8258006760db915ea568731eda16b1ce13c1083275b063bd06b3d690370ff364dbd2d1d51123d3222e0b1e05a9a8e8e3739')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+export CGO_LDFLAGS="${LDFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -modcacherw -tags=notmuch"
+make PREFIX=/usr
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make PREFIX=/usr DESTDIR=$pkgdir install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/aerc/"
+}


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

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 14:11:07
  Author: shibumi
Revision: 754495

upgpkg: aerc 0.5.2-1

Modified:
  aerc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 14:10:55 UTC (rev 754494)
+++ PKGBUILD2020-11-15 14:11:07 UTC (rev 754495)
@@ -16,7 +16,7 @@
 provides=('aerc')
 conflicts=('aerc')
 
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('8feb7f87aa210ab7d8b271c34ad39af13f553447994341b3c25e7a659ce37d46')
+sha512sums=('f5b4d997f191a9819e4e8c3d0e13e8258006760db915ea568731eda16b1ce13c1083275b063bd06b3d690370ff364dbd2d1d51123d3222e0b1e05a9a8e8e3739')
 
 build() {
 cd "$srcdir/$pkgname-$pkgver"


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

2020-11-15 Thread Christian Rebischke via arch-commits
Date: Sunday, November 15, 2020 @ 14:09:24
  Author: shibumi
Revision: 754492

add aerc to repos

Added:
  aerc/
  aerc/repos/
  aerc/trunk/
  aerc/trunk/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Added: aerc/trunk/PKGBUILD
===
--- aerc/trunk/PKGBUILD (rev 0)
+++ aerc/trunk/PKGBUILD 2020-11-15 14:09:24 UTC (rev 754492)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Stefan Tatschner 
+# Contributor: Gökberk Yaltıraklı 
+# Contributor: Drew DeVault 
+
+pkgname=aerc
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Email Client for your Terminal'
+arch=('x86_64')
+url='https://git.sr.ht/~sircmpwn/aerc'
+license=('MIT')
+depends=('notmuch')
+makedepends=('go' 'git' 'scdoc')
+optdepends=('w3m: html viewer support' 'dante: proxy support')
+provides=('aerc')
+conflicts=('aerc')
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('8feb7f87aa210ab7d8b271c34ad39af13f553447994341b3c25e7a659ce37d46')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+export CGO_LDFLAGS="${LDFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -modcacherw -tags=notmuch"
+make PREFIX=/usr
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make PREFIX=/usr DESTDIR=$pkgdir install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/aerc/"
+}


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

2020-11-14 Thread Christian Rebischke via arch-commits
Date: Saturday, November 14, 2020 @ 22:44:19
  Author: shibumi
Revision: 754224

archrelease: copy trunk to community-x86_64

Added:
  kubeone/repos/community-x86_64/PKGBUILD
(from rev 754223, kubeone/trunk/PKGBUILD)
Deleted:
  kubeone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-14 22:44:00 UTC (rev 754223)
+++ PKGBUILD2020-11-14 22:44:19 UTC (rev 754224)
@@ -1,66 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Loodse 
-
-pkgname=kubeone
-_pkgver=1.0.5
-pkgver="${_pkgver/-/}"
-# We check out the repo via git for retrieving necessary information
-# for `kubeone version`.
-_kubeone_commit="26aa328936715c8607859ae4405bda0776d6c405"
-pkgrel=1
-pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
-url="https://www.kubeone.io;
-arch=("x86_64")
-license=("Apache")
-makedepends=("go" "git")
-optdepends=("terraform: sourcing data about infrastructure and control plane 
nodes")
-source=("${pkgname}-${_pkgver}::git+https://github.com/kubermatic/kubeone#commit=${_kubeone_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}-${_pkgver}"
-  sed -E 's/(CGO_ENABLED)=0/\1=1/g' -i Makefile
-  sed '/^export GOFLAGS/ s/$/ -modcacherw -buildmode=pie/' -i Makefile
-  sed '/^GOLDFLAGS?=/ s/=/= -linkmode=external /' -i Makefile
-
-}
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  make build
-}
-
-check() {
-  cd "${pkgname}-${_pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # move documentation
-  mkdir -p "${pkgdir}/usr/share/doc"
-  cp -avr docs "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -avr examples "${pkgdir}/usr/share/doc/${pkgname}/examples"
-
-  # build man page
-  mkdir -p "${pkgdir}/usr/share/man/man1"
-  ./dist/"${pkgname}" document man -o "${pkgdir}/usr/share/man/man1"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  ./dist/"${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  ./dist/"${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/${pkgname}"
-}

Copied: kubeone/repos/community-x86_64/PKGBUILD (from rev 754223, 
kubeone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-14 22:44:19 UTC (rev 754224)
@@ -0,0 +1,66 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Loodse 
+
+pkgname=kubeone
+_pkgver=1.1.0
+pkgver="${_pkgver/-/}"
+# We check out the repo via git for retrieving necessary information
+# for `kubeone version`.
+_kubeone_commit="26aa328936715c8607859ae4405bda0776d6c405"
+pkgrel=1
+pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
+url="https://www.kubeone.io;
+arch=("x86_64")
+license=("Apache")
+makedepends=("go" "git")
+optdepends=("terraform: sourcing data about infrastructure and control plane 
nodes")
+source=("${pkgname}-${_pkgver}::git+https://github.com/kubermatic/kubeone#commit=${_kubeone_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}-${_pkgver}"
+  sed -E 's/(CGO_ENABLED)=0/\1=1/g' -i Makefile
+  sed '/^export GOFLAGS/ s/$/ -modcacherw -buildmode=pie/' -i Makefile
+  sed '/^GOLDFLAGS?=/ s/=/= -linkmode=external /' -i Makefile
+
+}
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  make build
+}
+
+check() {
+  cd "${pkgname}-${_pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # move documentation
+  mkdir -p "${pkgdir}/usr/share/doc"
+  cp -avr docs "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -avr examples "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  # build man page
+  mkdir -p "${pkgdir}/usr/share/man/man1"
+  ./dist/"${pkgname}" document man -o "${pkgdir}/usr/share/man/man1"
+
+  # build bash completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  ./dist/"${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+
+  # build zsh completions
+  mkdir -p 

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

2020-11-14 Thread Christian Rebischke via arch-commits
Date: Saturday, November 14, 2020 @ 22:44:00
  Author: shibumi
Revision: 754223

upgpkg: kubeone 1.1.0-1

Modified:
  kubeone/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-14 22:40:15 UTC (rev 754222)
+++ PKGBUILD2020-11-14 22:44:00 UTC (rev 754223)
@@ -2,7 +2,7 @@
 # Contributor: Loodse 
 
 pkgname=kubeone
-_pkgver=1.0.5
+_pkgver=1.1.0
 pkgver="${_pkgver/-/}"
 # We check out the repo via git for retrieving necessary information
 # for `kubeone version`.


[arch-commits] Commit in operator-sdk/repos (2 files)

2020-11-12 Thread Christian Rebischke via arch-commits
Date: Thursday, November 12, 2020 @ 20:14:08
  Author: shibumi
Revision: 753702

archrelease: copy trunk to community-x86_64

Added:
  operator-sdk/repos/community-x86_64/
  operator-sdk/repos/community-x86_64/PKGBUILD
(from rev 753701, operator-sdk/trunk/PKGBUILD)

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

Copied: operator-sdk/repos/community-x86_64/PKGBUILD (from rev 753701, 
operator-sdk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-11-12 20:14:08 UTC (rev 753702)
@@ -0,0 +1,44 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=operator-sdk
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="SDK for building Kubernetes applications"
+arch=('x86_64')
+url="https://github.com/operator-framework/operator-sdk;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/operator-framework/operator-sdk/archive/v${pkgver}.tar.gz;)
+sha512sums=('e61a3f68ccbf71f4125cf9559f5c92153b13f0acd81d36b6ddea38a69d6933ff16d650010cf9cc1f3faa09b00a937eb8144138b3703b7fa047811d058f51c693')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/operator-framework "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/operator-framework/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/operator-framework/${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"
+  export GOLDFLAGS="-linkmode=external"
+  go build -v -o . ./cmd/{operator-sdk,ansible-operator,helm-operator}
+}
+
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./operator-sdk "${pkgdir}/usr/bin/operator-sdk"
+  install -Dsm755 ./ansible-operator "${pkgdir}/usr/bin/ansible-operator"
+  install -Dsm755 ./helm-operator "${pkgdir}/usr/bin/helm-operator"
+}


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

2020-11-12 Thread Christian Rebischke via arch-commits
Date: Thursday, November 12, 2020 @ 20:13:56
  Author: shibumi
Revision: 753701

upgpkg: operator-sdk 1.2.0-2

Modified:
  operator-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 20:11:48 UTC (rev 753700)
+++ PKGBUILD2020-11-12 20:13:56 UTC (rev 753701)
@@ -2,7 +2,7 @@
 
 pkgname=operator-sdk
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SDK for building Kubernetes applications"
 arch=('x86_64')
 url="https://github.com/operator-framework/operator-sdk;
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/operator-framework/operator-sdk/archive/v${pkgver}.tar.gz;)
-sha512sums=('eed8e0eb70a78b78fd14802857d46cdb7ccc35e645f613c0af8702c76b4659adc47878ce45dfba0d051fcf3a3eacbb54769ea4dc06d0d83c7cf3f9a0b9d3fc73')
+sha512sums=('e61a3f68ccbf71f4125cf9559f5c92153b13f0acd81d36b6ddea38a69d6933ff16d650010cf9cc1f3faa09b00a937eb8144138b3703b7fa047811d058f51c693')
 
 prepare() {
   export GOPATH="${srcdir}"
@@ -28,16 +28,16 @@
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
   export GOLDFLAGS="-linkmode=external"
-  go build -v ./cmd/{operator-sdk,ansible-operator,helm-operator}
+  go build -v -o . ./cmd/{operator-sdk,ansible-operator,helm-operator}
 }
 
-check() {
-  cd "${PACKAGE_ROOT}"
-  go test -v ./...
-}
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
 
 package() {
-  cd "${PACKAGE_ROOT}/cmd/"
+  cd "${PACKAGE_ROOT}"
   install -Dsm755 ./operator-sdk "${pkgdir}/usr/bin/operator-sdk"
   install -Dsm755 ./ansible-operator "${pkgdir}/usr/bin/ansible-operator"
   install -Dsm755 ./helm-operator "${pkgdir}/usr/bin/helm-operator"


[arch-commits] Commit in (4 files)

2020-11-12 Thread Christian Rebischke via arch-commits
Date: Thursday, November 12, 2020 @ 19:51:00
  Author: shibumi
Revision: 753649

add operator-sdk

Added:
  operator-sdk/
  operator-sdk/repos/
  operator-sdk/trunk/
  operator-sdk/trunk/PKGBUILD

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

Added: operator-sdk/trunk/PKGBUILD
===
--- operator-sdk/trunk/PKGBUILD (rev 0)
+++ operator-sdk/trunk/PKGBUILD 2020-11-12 19:51:00 UTC (rev 753649)
@@ -0,0 +1,44 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=operator-sdk
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="SDK for building Kubernetes applications"
+arch=('x86_64')
+url="https://github.com/operator-framework/operator-sdk;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/operator-framework/operator-sdk/archive/v${pkgver}.tar.gz;)
+sha512sums=('eed8e0eb70a78b78fd14802857d46cdb7ccc35e645f613c0af8702c76b4659adc47878ce45dfba0d051fcf3a3eacbb54769ea4dc06d0d83c7cf3f9a0b9d3fc73')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/operator-framework "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/operator-framework/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/operator-framework/${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"
+  export GOLDFLAGS="-linkmode=external"
+  go build -v ./cmd/{operator-sdk,ansible-operator,helm-operator}
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}/cmd/"
+  install -Dsm755 ./operator-sdk "${pkgdir}/usr/bin/operator-sdk"
+  install -Dsm755 ./ansible-operator "${pkgdir}/usr/bin/ansible-operator"
+  install -Dsm755 ./helm-operator "${pkgdir}/usr/bin/helm-operator"
+}


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

2020-11-08 Thread Christian Rebischke via arch-commits
Date: Sunday, November 8, 2020 @ 23:14:03
  Author: shibumi
Revision: 746736

add tanka to community

Added:
  tanka/
  tanka/repos/
  tanka/trunk/
  tanka/trunk/PKGBUILD

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Added: tanka/trunk/PKGBUILD
===
--- tanka/trunk/PKGBUILD(rev 0)
+++ tanka/trunk/PKGBUILD2020-11-08 23:14:03 UTC (rev 746736)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=tanka
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
+arch=('x86_64')
+url="https://github.com/grafana/tanka;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grafana/tanka/archive/v${pkgver}.tar.gz;)
+sha512sums=('a768d12423f63dcd95d4b27655874c916673bf5ebf7209951148644c611cf23060bf8852237f0df2841829524965a9b6454f1a7e4f7a1904d6896bc7388b3ef3')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/grafana "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/grafana/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/grafana/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}/cmd/tk/"
+  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"
+  export GOLDFLAGS="-s -w -linkmode=external -X 
github.com/grafana/tanka/pkg/tanka.CURRENT_VERSION=${pkgver}"
+  go build -v .
+  chmod +x ./tk
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}/cmd/tk/"
+  install -Dsm755 ./tk "${pkgdir}/usr/bin/tk"
+}


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

2020-11-08 Thread Christian Rebischke via arch-commits
Date: Sunday, November 8, 2020 @ 23:14:20
  Author: shibumi
Revision: 746737

archrelease: copy trunk to community-x86_64

Added:
  tanka/repos/community-x86_64/
  tanka/repos/community-x86_64/PKGBUILD
(from rev 746736, tanka/trunk/PKGBUILD)

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Copied: tanka/repos/community-x86_64/PKGBUILD (from rev 746736, 
tanka/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-11-08 23:14:20 UTC (rev 746737)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=tanka
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
+arch=('x86_64')
+url="https://github.com/grafana/tanka;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grafana/tanka/archive/v${pkgver}.tar.gz;)
+sha512sums=('a768d12423f63dcd95d4b27655874c916673bf5ebf7209951148644c611cf23060bf8852237f0df2841829524965a9b6454f1a7e4f7a1904d6896bc7388b3ef3')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/grafana "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/grafana/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/grafana/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}/cmd/tk/"
+  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"
+  export GOLDFLAGS="-s -w -linkmode=external -X 
github.com/grafana/tanka/pkg/tanka.CURRENT_VERSION=${pkgver}"
+  go build -v .
+  chmod +x ./tk
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}/cmd/tk/"
+  install -Dsm755 ./tk "${pkgdir}/usr/bin/tk"
+}


[arch-commits] Commit in sysstat/repos/community-x86_64 (5 files)

2020-11-07 Thread Christian Rebischke via arch-commits
Date: Saturday, November 7, 2020 @ 15:24:48
  Author: shibumi
Revision: 745871

archrelease: copy trunk to community-x86_64

Added:
  sysstat/repos/community-x86_64/PKGBUILD
(from rev 745870, sysstat/trunk/PKGBUILD)
  sysstat/repos/community-x86_64/fe7e338e20f5f533d460f9151eba20250857c350.patch
(from rev 745870, 
sysstat/trunk/fe7e338e20f5f533d460f9151eba20250857c350.patch)
  sysstat/repos/community-x86_64/lib64-fix.patch
(from rev 745870, sysstat/trunk/lib64-fix.patch)
Deleted:
  sysstat/repos/community-x86_64/PKGBUILD
  sysstat/repos/community-x86_64/lib64-fix.patch

+
 PKGBUILD   |   99 +++
 fe7e338e20f5f533d460f9151eba20250857c350.patch |   73 
 lib64-fix.patch|   50 +--
 3 files changed, 148 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-07 15:24:34 UTC (rev 745870)
+++ PKGBUILD2020-11-07 15:24:48 UTC (rev 745871)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Martin Devera 
-
-pkgname=sysstat
-pkgver=12.4.0
-pkgrel=1
-pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
-arch=('x86_64')
-url="http://pagesperso-orange.fr/sebastien.godard/;
-license=('GPL')
-depends=('lm_sensors')
-makedepends=('systemd')
-optdepends=('tk: to use isag'
-   'gnuplot: to use isag')
-options=('zipman')
-backup=('etc/conf.d/sysstat'
-   'etc/conf.d/sysstat.ioconf')
-source=("http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${pkgver}.tar.xz;
- 'lib64-fix.patch')
-sha512sums=('68314a50d3ab97c9e0cba27964b83cbc21bf08730a6ca9da655ecbeb574fc8fd83ea69038ec5c66a2b0bb367975f6cf45db840fe8dce69ddc64e64a35d6a1823'
-
'46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114')
-
-prepare() {
-  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
-  patch -p1 < "${srcdir}"/lib64-fix.patch
-  autoreconf
-}
-
-build() {
-  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
-  conf_dir=/etc/conf.d ./configure --prefix=/usr \
-   --enable-yesterday \
-   --mandir=/usr/share/man \
-   --enable-install-isag \
-   --enable-install-cron \
-   --enable-copy-only \
-   --disable-man-group
-  # patch makefile for FULL RELRO builds
-  sed -e 's|CFLAGS = |CFLAGS += \$(CPPFLAGS) |' -e 's|LFLAGS = |LFLAGS = 
$(LDFLAGS) |' -i Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
-  mkdir -p "${pkgdir}"/usr/lib/systemd/system
-  make DESTDIR="${pkgdir}" install
-  chown -R root:root "${pkgdir}"
-  rm -rf "${pkgdir}"/etc/rc*
-}

Copied: sysstat/repos/community-x86_64/PKGBUILD (from rev 745870, 
sysstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-07 15:24:48 UTC (rev 745871)
@@ -0,0 +1,50 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Martin Devera 
+
+pkgname=sysstat
+pkgver=12.4.0
+pkgrel=2
+pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
+arch=('x86_64')
+url="http://pagesperso-orange.fr/sebastien.godard/;
+license=('GPL')
+depends=('lm_sensors')
+makedepends=('systemd')
+optdepends=('tk: to use isag'
+   'gnuplot: to use isag')
+options=('zipman')
+backup=('etc/conf.d/sysstat'
+   'etc/conf.d/sysstat.ioconf')
+source=("http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${pkgver}.tar.xz;
+ 'lib64-fix.patch'
+'fe7e338e20f5f533d460f9151eba20250857c350.patch')
+sha512sums=('68314a50d3ab97c9e0cba27964b83cbc21bf08730a6ca9da655ecbeb574fc8fd83ea69038ec5c66a2b0bb367975f6cf45db840fe8dce69ddc64e64a35d6a1823'
+
'46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114'
+
'ed6cb88e8036f9edc364a194b68b26829d70d40b60d4357cb15cd1b29c7583f563e2cc72f83bfd16e76cf0e08eea3095c035091bb848482ab4aa9e1e0200ff99')
+
+prepare() {
+  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
+  patch -p1 < "${srcdir}/lib64-fix.patch"
+  patch -p1 < "${srcdir}/fe7e338e20f5f533d460f9151eba20250857c350.patch"
+  autoreconf
+}
+
+build() {
+  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
+  conf_dir=/etc/conf.d ./configure --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-install-cron \
+   --enable-copy-only \
+  --disable-compress-manpg
+  # patch makefile for FULL RELRO builds
+  sed -e 's|CFLAGS = |CFLAGS += \$(CPPFLAGS) |' -e 's|LFLAGS = |LFLAGS = 
$(LDFLAGS) |' -i Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
+  mkdir -p "${pkgdir}"/usr/lib/systemd/system
+  make DESTDIR="${pkgdir}" install
+  chown -R root:root "${pkgdir}"
+  rm -rf "${pkgdir}"/etc/rc*
+}

Copied: 

[arch-commits] Commit in sysstat/trunk (2 files)

2020-11-07 Thread Christian Rebischke via arch-commits
Date: Saturday, November 7, 2020 @ 15:24:34
  Author: shibumi
Revision: 745870

upgpkg: sysstat 12.4.0-2 fix broken man pages

This release fixes the broken man pages by applying a patch.
Fixes https://bugs.archlinux.org/task/67703

Added:
  sysstat/trunk/fe7e338e20f5f533d460f9151eba20250857c350.patch
Modified:
  sysstat/trunk/PKGBUILD

+
 PKGBUILD   |   15 ++--
 fe7e338e20f5f533d460f9151eba20250857c350.patch |   73 +++
 2 files changed, 81 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-07 15:23:47 UTC (rev 745869)
+++ PKGBUILD2020-11-07 15:24:34 UTC (rev 745870)
@@ -3,7 +3,7 @@
 
 pkgname=sysstat
 pkgver=12.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
 arch=('x86_64')
 url="http://pagesperso-orange.fr/sebastien.godard/;
@@ -16,13 +16,16 @@
 backup=('etc/conf.d/sysstat'
'etc/conf.d/sysstat.ioconf')
 
source=("http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${pkgver}.tar.xz;
- 'lib64-fix.patch')
+ 'lib64-fix.patch'
+'fe7e338e20f5f533d460f9151eba20250857c350.patch')
 
sha512sums=('68314a50d3ab97c9e0cba27964b83cbc21bf08730a6ca9da655ecbeb574fc8fd83ea69038ec5c66a2b0bb367975f6cf45db840fe8dce69ddc64e64a35d6a1823'
-
'46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114')
+
'46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114'
+
'ed6cb88e8036f9edc364a194b68b26829d70d40b60d4357cb15cd1b29c7583f563e2cc72f83bfd16e76cf0e08eea3095c035091bb848482ab4aa9e1e0200ff99')
 
 prepare() {
   cd "${srcdir}"/"${pkgname}"-"${pkgver}"
-  patch -p1 < "${srcdir}"/lib64-fix.patch
+  patch -p1 < "${srcdir}/lib64-fix.patch"
+  patch -p1 < "${srcdir}/fe7e338e20f5f533d460f9151eba20250857c350.patch"
   autoreconf
 }
 
@@ -29,12 +32,10 @@
 build() {
   cd "${srcdir}"/"${pkgname}"-"${pkgver}"
   conf_dir=/etc/conf.d ./configure --prefix=/usr \
-   --enable-yesterday \
--mandir=/usr/share/man \
-   --enable-install-isag \
--enable-install-cron \
--enable-copy-only \
-   --disable-man-group
+  --disable-compress-manpg
   # patch makefile for FULL RELRO builds
   sed -e 's|CFLAGS = |CFLAGS += \$(CPPFLAGS) |' -e 's|LFLAGS = |LFLAGS = 
$(LDFLAGS) |' -i Makefile
   make

Added: fe7e338e20f5f533d460f9151eba20250857c350.patch
===
--- fe7e338e20f5f533d460f9151eba20250857c350.patch  
(rev 0)
+++ fe7e338e20f5f533d460f9151eba20250857c350.patch  2020-11-07 15:24:34 UTC 
(rev 745870)
@@ -0,0 +1,73 @@
+From fe7e338e20f5f533d460f9151eba20250857c350 Mon Sep 17 00:00:00 2001
+From: Sebastien GODARD 
+Date: Mon, 24 Aug 2020 10:53:24 +0200
+Subject: [PATCH] Fix #272: --disable-compress-manpg option does not work
+
+Signed-off-by: Sebastien GODARD 
+---
+ Makefile.in  | 2 +-
+ configure| 9 -
+ configure.in | 5 ++---
+ 3 files changed, 7 insertions(+), 9 deletions(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 4741ae4b..096e7eaf 100644
+--- a/Makefile.in
 b/Makefile.in
+@@ -383,7 +383,7 @@ ifeq ($(INSTALL_DOC),y)
+   $(INSTALL_DATA) $(MANGRPARG) man/pidstat.1 $(DESTDIR)$(MAN1_DIR)
+   rm -f $(DESTDIR)$(MAN1_DIR)/cifsiostat.1*
+   $(INSTALL_DATA) $(MANGRPARG) man/cifsiostat.1 $(DESTDIR)$(MAN1_DIR)
+-ifeq ($(COMPRESS_MANPG),n)
++ifeq ($(COMPRESS_MANPG),y)
+   $(ZIP) $(DESTDIR)$(MAN8_DIR)/sa1.8
+   $(ZIP) $(DESTDIR)$(MAN8_DIR)/sa2.8
+   $(ZIP) $(DESTDIR)$(MAN8_DIR)/sadc.8
+diff --git a/configure b/configure
+index 51ceee60..c0e6b6b7 100755
+--- a/configure
 b/configure
+@@ -5346,18 +5346,17 @@ $as_echo "$AUX_IMG" >&6; }
+ 
+ 
+ # Compress manual pages?
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether manual pages should 
not be compressed" >&5
+-$as_echo_n "checking whether manual pages should not be compressed... " >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether manual pages should 
be compressed" >&5
++$as_echo_n "checking whether manual pages should be compressed... " >&6; }
+ # Check whether --enable-compress-manpg was given.
+ if test "${enable_compress_manpg+set}" = set; then :
+-  enableval=$enable_compress_manpg; AUX_MPG=$enableval
++  enableval=$enable_compress_manpg; AUX_MPG=no
+ else
+-  AUX_MPG=no
++  AUX_MPG=yes
+ fi
+ 
+ if test $AUX_MPG != "yes"; then
+COMPRESS_MANPG=n
+-   AUX_MPG=no
+ else
+COMPRESS_MANPG=y
+ fi
+diff --git a/configure.in b/configure.in
+index b3d9b11d..b6ab705f 100644
+--- a/configure.in
 b/configure.in
+@@ -492,14 +492,13 @@ AC_MSG_RESULT($AUX_IMG)
+ AC_SUBST(IGNORE_FILE_ATTRIBUTES)
+ 
+ # Compress manual 

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

2020-11-07 Thread Christian Rebischke via arch-commits
Date: Saturday, November 7, 2020 @ 10:10:55
  Author: shibumi
Revision: 745562

archrelease: copy trunk to community-x86_64

Added:
  kustomize/repos/community-x86_64/PKGBUILD
(from rev 745561, kustomize/trunk/PKGBUILD)
Deleted:
  kustomize/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  103 +
 1 file changed, 56 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-07 10:10:47 UTC (rev 745561)
+++ PKGBUILD2020-11-07 10:10:55 UTC (rev 745562)
@@ -1,47 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: Daurnimator 
-
-pkgname=kustomize
-pkgver=3.8.6
-pkgrel=1
-pkgdesc="Template-free customization of Kubernetes YAML manifests"
-arch=('x86_64')
-url="https://github.com/kubernetes-sigs/kustomize;
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('35837895b5fabc16ff70e870dad29abf051585ebd3120f26a59b3ac5148aab6a3bdabfc55ee03d428701ba98ce95fad2c007f853e9292edf47ad2a8ba3f74031')
-
-build(){
-  cd "kustomize-kustomize-v${pkgver}/kustomize"
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags " \
-  -X sigs.k8s.io/kustomize/api/provenance.version=${pkgver} \
-  -X sigs.k8s.io/kustomize/api/provenance.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
-  -extldflags ${LDFLAGS}" \
-.
-}
-
-check(){
-  cd "kustomize-kustomize-v${pkgver}/kustomize"
-
-  go test ./...
-}
-
-package(){
-  cd "kustomize-kustomize-v${pkgver}/kustomize"
-
-  install -D kustomize "${pkgdir}/usr/bin/kustomize"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kustomize/repos/community-x86_64/PKGBUILD (from rev 745561, 
kustomize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-07 10:10:55 UTC (rev 745562)
@@ -0,0 +1,56 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Daurnimator 
+
+pkgname=kustomize
+pkgver=3.8.6
+pkgrel=2
+pkgdesc="Template-free customization of Kubernetes YAML manifests"
+arch=('x86_64')
+url="https://github.com/kubernetes-sigs/kustomize;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('35837895b5fabc16ff70e870dad29abf051585ebd3120f26a59b3ac5148aab6a3bdabfc55ee03d428701ba98ce95fad2c007f853e9292edf47ad2a8ba3f74031')
+
+build(){
+  cd "kustomize-kustomize-v${pkgver}/kustomize"
+
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags " \
+  -X sigs.k8s.io/kustomize/api/provenance.version=${pkgver} \
+  -X sigs.k8s.io/kustomize/api/provenance.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
+  -extldflags ${LDFLAGS}" \
+.
+}
+
+check(){
+  cd "kustomize-kustomize-v${pkgver}/kustomize"
+
+  go test ./...
+}
+
+package(){
+  cd "kustomize-kustomize-v${pkgver}/kustomize"
+
+  # install completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  ./kustomize completion bash >  
"${pkgdir}/usr/share/bash-completion/completions/kustomize"
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions/"
+  ./kustomize completion zsh >  
"${pkgdir}/usr/share/zsh/site-functions/_kustomize"
+  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d"
+  ./kustomize completion fish >  
"${pkgdir}/usr/share/fish/vendor_completions.d/kustomize.fish"
+
+  # install binary
+  install -D kustomize "${pkgdir}/usr/bin/kustomize"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-11-07 Thread Christian Rebischke via arch-commits
Date: Saturday, November 7, 2020 @ 10:10:47
  Author: shibumi
Revision: 745561

upgpkg: kustomize 3.8.6-2 add shell completions

This commit adds shell completions via invoking the kustomize completion 
command.
It fixes https://bugs.archlinux.org/task/67645

Modified:
  kustomize/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-07 10:06:06 UTC (rev 745560)
+++ PKGBUILD2020-11-07 10:10:47 UTC (rev 745561)
@@ -3,7 +3,7 @@
 
 pkgname=kustomize
 pkgver=3.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Template-free customization of Kubernetes YAML manifests"
 arch=('x86_64')
 url="https://github.com/kubernetes-sigs/kustomize;
@@ -41,6 +41,15 @@
 package(){
   cd "kustomize-kustomize-v${pkgver}/kustomize"
 
+  # install completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  ./kustomize completion bash >  
"${pkgdir}/usr/share/bash-completion/completions/kustomize"
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions/"
+  ./kustomize completion zsh >  
"${pkgdir}/usr/share/zsh/site-functions/_kustomize"
+  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d"
+  ./kustomize completion fish >  
"${pkgdir}/usr/share/fish/vendor_completions.d/kustomize.fish"
+
+  # install binary
   install -D kustomize "${pkgdir}/usr/bin/kustomize"
 }
 


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

2020-10-30 Thread Christian Rebischke via arch-commits
Date: Friday, October 30, 2020 @ 11:42:22
  Author: shibumi
Revision: 736700

archrelease: copy trunk to community-x86_64

Added:
  vals/repos/community-x86_64/
  vals/repos/community-x86_64/PKGBUILD
(from rev 736699, vals/trunk/PKGBUILD)

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

Copied: vals/repos/community-x86_64/PKGBUILD (from rev 736699, 
vals/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-10-30 11:42:22 UTC (rev 736700)
@@ -0,0 +1,44 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=vals
+pkgver=0.10.3
+pkgrel=1
+pkgdesc="Helm-like configuration values loader with support for various 
sources"
+arch=('x86_64')
+url="https://github.com/variantdev/vals;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/variantdev/vals/archive/v${pkgver}.tar.gz;)
+sha512sums=('eed8e0eb70a78b78fd14802857d46cdb7ccc35e645f613c0af8702c76b4659adc47878ce45dfba0d051fcf3a3eacbb54769ea4dc06d0d83c7cf3f9a0b9d3fc73')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/variantdev "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/variantdev/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/variantdev/${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"
+  export GOLDFLAGS="-linkmode=external"
+  go build -v ./cmd/vals
+  chmod +x ./vals
+}
+
+# Failing tests due to Google Cloud dependency
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./vals "${pkgdir}/usr/bin/vals"
+}


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

2020-10-30 Thread Christian Rebischke via arch-commits
Date: Friday, October 30, 2020 @ 11:42:17
  Author: shibumi
Revision: 736699

upgpkg: vals 0.10.3-1

Modified:
  vals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-30 11:40:42 UTC (rev 736698)
+++ PKGBUILD2020-10-30 11:42:17 UTC (rev 736699)
@@ -32,10 +32,11 @@
   chmod +x ./vals
 }
 
-check() {
-  cd "${PACKAGE_ROOT}"
-  go test -v ./...
-}
+# Failing tests due to Google Cloud dependency
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
 
 package() {
   cd "${PACKAGE_ROOT}"


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

2020-10-30 Thread Christian Rebischke via arch-commits
Date: Friday, October 30, 2020 @ 11:31:00
  Author: shibumi
Revision: 736686

add vals

Added:
  vals/
  vals/repos/
  vals/trunk/
  vals/trunk/PKGBUILD

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Added: vals/trunk/PKGBUILD
===
--- vals/trunk/PKGBUILD (rev 0)
+++ vals/trunk/PKGBUILD 2020-10-30 11:31:00 UTC (rev 736686)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=vals
+pkgver=0.10.3
+pkgrel=1
+pkgdesc="Helm-like configuration values loader with support for various 
sources"
+arch=('x86_64')
+url="https://github.com/variantdev/vals;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/variantdev/vals/archive/v${pkgver}.tar.gz;)
+sha512sums=('eed8e0eb70a78b78fd14802857d46cdb7ccc35e645f613c0af8702c76b4659adc47878ce45dfba0d051fcf3a3eacbb54769ea4dc06d0d83c7cf3f9a0b9d3fc73')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/variantdev "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/variantdev/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/variantdev/${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"
+  export GOLDFLAGS="-linkmode=external"
+  go build -v ./cmd/vals
+  chmod +x ./vals
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./vals "${pkgdir}/usr/bin/vals"
+}


[arch-commits] Commit in skaffold/repos (3 files)

2020-10-26 Thread Christian Rebischke via arch-commits
Date: Monday, October 26, 2020 @ 20:00:09
  Author: shibumi
Revision: 734042

archrelease: copy trunk to community-x86_64

Added:
  skaffold/repos/community-x86_64/
  skaffold/repos/community-x86_64/PKGBUILD
(from rev 734041, skaffold/trunk/PKGBUILD)
  skaffold/repos/community-x86_64/build_info.patch
(from rev 734041, skaffold/trunk/build_info.patch)

--+
 PKGBUILD |   58 +
 build_info.patch |   23 +
 2 files changed, 81 insertions(+)

Copied: skaffold/repos/community-x86_64/PKGBUILD (from rev 734041, 
skaffold/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-10-26 20:00:09 UTC (rev 734042)
@@ -0,0 +1,58 @@
+# Maintainer Christian Rebischke 
+# Maintainer: Fredy García 
+# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
+# Contributor: Stefan Cocora 
+
+pkgname=skaffold
+pkgver=1.15.0
+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")
+makedepends=("go")
+optdepends=(
+  "minikube: To use Minikube"
+)
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz;
+  "build_info.patch"
+)
+sha256sums=(
+  "d16c91191d4d0ac0d8eb29f9fb02462b948faffefcf0d5b91fd6491a3157d8c2"
+  "e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46"
+)
+_commit="c4dce04b0d692dce61051d14cf4a2c04c8c688bd"
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/build_info.patch"
+
+  rm -rf "${srcdir}/gopath"
+  mkdir -p "${srcdir}/gopath/bin"
+  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
+  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+}
+
+build() {
+  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+  export GOPATH="${srcdir}/gopath"
+  export PATH="${PATH}:${GOPATH}/bin"
+  export VERSION="v${pkgver}"
+  export COMMIT="${_commit}"
+  export TREE_STATE="clean"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v"
+  make install
+
+  # To avoid issues deleting directories next time
+  go clean --modcache
+}
+
+package() {
+  install -Dm755 "${srcdir}/gopath/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+}

Copied: skaffold/repos/community-x86_64/build_info.patch (from rev 734041, 
skaffold/trunk/build_info.patch)
===
--- community-x86_64/build_info.patch   (rev 0)
+++ community-x86_64/build_info.patch   2020-10-26 20:00:09 UTC (rev 734042)
@@ -0,0 +1,23 @@
+diff --git a/Makefile b/Makefile
+index dd22ea0..aa47490 100644
+--- a/Makefile
 b/Makefile
+@@ -35,7 +35,8 @@ SKAFFOLD_TEST_PACKAGES = ./pkg/skaffold/... ./cmd/... 
./hack/... ./pkg/webhook/.
+ GO_FILES = $(shell find . -type f -name '*.go' -not -path "./vendor/*" -not 
-path "./pkg/diag/*")
+ 
+ VERSION_PACKAGE = $(REPOPATH)/pkg/skaffold/version
+-COMMIT = $(shell git rev-parse HEAD)
++COMMIT ?= $(shell git rev-parse HEAD)
++TREE_STATE ?= $(if $(shell git status --porcelain),dirty,clean)
+ 
+ ifeq "$(strip $(VERSION))" ""
+  override VERSION = $(shell git describe --always --tags --dirty)
+@@ -52,7 +53,7 @@ GO_BUILD_TAGS_windows = "release"
+ GO_LDFLAGS = -X $(VERSION_PACKAGE).version=$(VERSION)
+ GO_LDFLAGS += -X $(VERSION_PACKAGE).buildDate=$(shell date 
+'%Y-%m-%dT%H:%M:%SZ')
+ GO_LDFLAGS += -X $(VERSION_PACKAGE).gitCommit=$(COMMIT)
+-GO_LDFLAGS += -X $(VERSION_PACKAGE).gitTreeState=$(if $(shell git status 
--porcelain),dirty,clean)
++GO_LDFLAGS += -X $(VERSION_PACKAGE).gitTreeState=$(TREE_STATE)
+ GO_LDFLAGS += -s -w
+ 
+ GO_LDFLAGS_windows =" $(GO_LDFLAGS)  -extldflags \"$(LDFLAGS_windows)\""


[arch-commits] Commit in (5 files)

2020-10-26 Thread Christian Rebischke via arch-commits
Date: Monday, October 26, 2020 @ 19:47:02
  Author: shibumi
Revision: 734041

add skaffold

Added:
  skaffold/
  skaffold/repos/
  skaffold/trunk/
  skaffold/trunk/PKGBUILD
  skaffold/trunk/build_info.patch

--+
 PKGBUILD |   58 +
 build_info.patch |   23 +
 2 files changed, 81 insertions(+)

Added: skaffold/trunk/PKGBUILD
===
--- skaffold/trunk/PKGBUILD (rev 0)
+++ skaffold/trunk/PKGBUILD 2020-10-26 19:47:02 UTC (rev 734041)
@@ -0,0 +1,58 @@
+# Maintainer Christian Rebischke 
+# Maintainer: Fredy García 
+# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
+# Contributor: Stefan Cocora 
+
+pkgname=skaffold
+pkgver=1.15.0
+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")
+makedepends=("go")
+optdepends=(
+  "minikube: To use Minikube"
+)
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz;
+  "build_info.patch"
+)
+sha256sums=(
+  "d16c91191d4d0ac0d8eb29f9fb02462b948faffefcf0d5b91fd6491a3157d8c2"
+  "e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46"
+)
+_commit="c4dce04b0d692dce61051d14cf4a2c04c8c688bd"
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/build_info.patch"
+
+  rm -rf "${srcdir}/gopath"
+  mkdir -p "${srcdir}/gopath/bin"
+  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
+  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+}
+
+build() {
+  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+  export GOPATH="${srcdir}/gopath"
+  export PATH="${PATH}:${GOPATH}/bin"
+  export VERSION="v${pkgver}"
+  export COMMIT="${_commit}"
+  export TREE_STATE="clean"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v"
+  make install
+
+  # To avoid issues deleting directories next time
+  go clean --modcache
+}
+
+package() {
+  install -Dm755 "${srcdir}/gopath/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+}

Added: skaffold/trunk/build_info.patch
===
--- skaffold/trunk/build_info.patch (rev 0)
+++ skaffold/trunk/build_info.patch 2020-10-26 19:47:02 UTC (rev 734041)
@@ -0,0 +1,23 @@
+diff --git a/Makefile b/Makefile
+index dd22ea0..aa47490 100644
+--- a/Makefile
 b/Makefile
+@@ -35,7 +35,8 @@ SKAFFOLD_TEST_PACKAGES = ./pkg/skaffold/... ./cmd/... 
./hack/... ./pkg/webhook/.
+ GO_FILES = $(shell find . -type f -name '*.go' -not -path "./vendor/*" -not 
-path "./pkg/diag/*")
+ 
+ VERSION_PACKAGE = $(REPOPATH)/pkg/skaffold/version
+-COMMIT = $(shell git rev-parse HEAD)
++COMMIT ?= $(shell git rev-parse HEAD)
++TREE_STATE ?= $(if $(shell git status --porcelain),dirty,clean)
+ 
+ ifeq "$(strip $(VERSION))" ""
+  override VERSION = $(shell git describe --always --tags --dirty)
+@@ -52,7 +53,7 @@ GO_BUILD_TAGS_windows = "release"
+ GO_LDFLAGS = -X $(VERSION_PACKAGE).version=$(VERSION)
+ GO_LDFLAGS += -X $(VERSION_PACKAGE).buildDate=$(shell date 
+'%Y-%m-%dT%H:%M:%SZ')
+ GO_LDFLAGS += -X $(VERSION_PACKAGE).gitCommit=$(COMMIT)
+-GO_LDFLAGS += -X $(VERSION_PACKAGE).gitTreeState=$(if $(shell git status 
--porcelain),dirty,clean)
++GO_LDFLAGS += -X $(VERSION_PACKAGE).gitTreeState=$(TREE_STATE)
+ GO_LDFLAGS += -s -w
+ 
+ GO_LDFLAGS_windows =" $(GO_LDFLAGS)  -extldflags \"$(LDFLAGS_windows)\""


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

2020-10-20 Thread Christian Rebischke via arch-commits
Date: Tuesday, October 20, 2020 @ 18:16:27
  Author: shibumi
Revision: 727649

upgpkg: vault 1.5.4-1

Modified:
  vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 18:14:18 UTC (rev 727648)
+++ PKGBUILD2020-10-20 18:16:27 UTC (rev 727649)
@@ -4,7 +4,7 @@
 
 pkgname='vault'
 pkgdesc='A tool for managing secrets'
-pkgver='1.5.3'
+pkgver='1.5.4'
 pkgrel='1'
 url="https://vaultproject.io/;
 license=('MPL')
@@ -14,7 +14,7 @@
 depends=('glibc')
 install='vault.install'
 backup=('etc/vault.hcl')
-_vault_commit='9fcd81405feb320390b9d71e15a691c3bc1daeef'
+_vault_commit='1a730771ec70149293efe91e1d283b10d255c6d1'
 source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit};
 'vault.service'
 'vault.sysusers'


[arch-commits] Commit in vault/repos/community-x86_64 (14 files)

2020-10-20 Thread Christian Rebischke via arch-commits
Date: Tuesday, October 20, 2020 @ 18:16:40
  Author: shibumi
Revision: 727650

archrelease: copy trunk to community-x86_64

Added:
  vault/repos/community-x86_64/CHANGELOG.md
(from rev 727649, vault/trunk/CHANGELOG.md)
  vault/repos/community-x86_64/PKGBUILD
(from rev 727649, vault/trunk/PKGBUILD)
  vault/repos/community-x86_64/vault.hcl
(from rev 727649, vault/trunk/vault.hcl)
  vault/repos/community-x86_64/vault.install
(from rev 727649, vault/trunk/vault.install)
  vault/repos/community-x86_64/vault.service
(from rev 727649, vault/trunk/vault.service)
  vault/repos/community-x86_64/vault.sysusers
(from rev 727649, vault/trunk/vault.sysusers)
  vault/repos/community-x86_64/vault.tmpfiles
(from rev 727649, vault/trunk/vault.tmpfiles)
Deleted:
  vault/repos/community-x86_64/CHANGELOG.md
  vault/repos/community-x86_64/PKGBUILD
  vault/repos/community-x86_64/vault.hcl
  vault/repos/community-x86_64/vault.install
  vault/repos/community-x86_64/vault.service
  vault/repos/community-x86_64/vault.sysusers
  vault/repos/community-x86_64/vault.tmpfiles

+
 CHANGELOG.md   | 6880 +++
 PKGBUILD   |  118 
 vault.hcl  |   38 
 vault.install  |   18 
 vault.service  |   44 
 vault.sysusers |2 
 vault.tmpfiles |2 
 7 files changed, 3551 insertions(+), 3551 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 727649:727650 to see the changes.


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

2020-10-20 Thread Christian Rebischke via arch-commits
Date: Tuesday, October 20, 2020 @ 10:29:22
  Author: shibumi
Revision: 727595

upgpkg: kubeone 1.0.5-1

Modified:
  kubeone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 10:16:15 UTC (rev 727594)
+++ PKGBUILD2020-10-20 10:29:22 UTC (rev 727595)
@@ -2,11 +2,11 @@
 # Contributor: Loodse 
 
 pkgname=kubeone
-_pkgver=1.0.4
+_pkgver=1.0.5
 pkgver="${_pkgver/-/}"
 # We check out the repo via git for retrieving necessary information
 # for `kubeone version`.
-_kubeone_commit="5eb07b9b6903888c417f828f2ca60cb90f448bab"
+_kubeone_commit="26aa328936715c8607859ae4405bda0776d6c405"
 pkgrel=1
 pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
 url="https://www.kubeone.io;


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

2020-10-20 Thread Christian Rebischke via arch-commits
Date: Tuesday, October 20, 2020 @ 10:29:35
  Author: shibumi
Revision: 727596

archrelease: copy trunk to community-x86_64

Added:
  kubeone/repos/community-x86_64/PKGBUILD
(from rev 727595, kubeone/trunk/PKGBUILD)
Deleted:
  kubeone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-20 10:29:22 UTC (rev 727595)
+++ PKGBUILD2020-10-20 10:29:35 UTC (rev 727596)
@@ -1,66 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Loodse 
-
-pkgname=kubeone
-_pkgver=1.0.4
-pkgver="${_pkgver/-/}"
-# We check out the repo via git for retrieving necessary information
-# for `kubeone version`.
-_kubeone_commit="5eb07b9b6903888c417f828f2ca60cb90f448bab"
-pkgrel=1
-pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
-url="https://www.kubeone.io;
-arch=("x86_64")
-license=("Apache")
-makedepends=("go" "git")
-optdepends=("terraform: sourcing data about infrastructure and control plane 
nodes")
-source=("${pkgname}-${_pkgver}::git+https://github.com/kubermatic/kubeone#commit=${_kubeone_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}-${_pkgver}"
-  sed -E 's/(CGO_ENABLED)=0/\1=1/g' -i Makefile
-  sed '/^export GOFLAGS/ s/$/ -modcacherw -buildmode=pie/' -i Makefile
-  sed '/^GOLDFLAGS?=/ s/=/= -linkmode=external /' -i Makefile
-
-}
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  make build
-}
-
-check() {
-  cd "${pkgname}-${_pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # move documentation
-  mkdir -p "${pkgdir}/usr/share/doc"
-  cp -avr docs "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -avr examples "${pkgdir}/usr/share/doc/${pkgname}/examples"
-
-  # build man page
-  mkdir -p "${pkgdir}/usr/share/man/man1"
-  ./dist/"${pkgname}" document man -o "${pkgdir}/usr/share/man/man1"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  ./dist/"${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  ./dist/"${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/${pkgname}"
-}

Copied: kubeone/repos/community-x86_64/PKGBUILD (from rev 727595, 
kubeone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-20 10:29:35 UTC (rev 727596)
@@ -0,0 +1,66 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Loodse 
+
+pkgname=kubeone
+_pkgver=1.0.5
+pkgver="${_pkgver/-/}"
+# We check out the repo via git for retrieving necessary information
+# for `kubeone version`.
+_kubeone_commit="26aa328936715c8607859ae4405bda0776d6c405"
+pkgrel=1
+pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
+url="https://www.kubeone.io;
+arch=("x86_64")
+license=("Apache")
+makedepends=("go" "git")
+optdepends=("terraform: sourcing data about infrastructure and control plane 
nodes")
+source=("${pkgname}-${_pkgver}::git+https://github.com/kubermatic/kubeone#commit=${_kubeone_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}-${_pkgver}"
+  sed -E 's/(CGO_ENABLED)=0/\1=1/g' -i Makefile
+  sed '/^export GOFLAGS/ s/$/ -modcacherw -buildmode=pie/' -i Makefile
+  sed '/^GOLDFLAGS?=/ s/=/= -linkmode=external /' -i Makefile
+
+}
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  make build
+}
+
+check() {
+  cd "${pkgname}-${_pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # move documentation
+  mkdir -p "${pkgdir}/usr/share/doc"
+  cp -avr docs "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -avr examples "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  # build man page
+  mkdir -p "${pkgdir}/usr/share/man/man1"
+  ./dist/"${pkgname}" document man -o "${pkgdir}/usr/share/man/man1"
+
+  # build bash completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  ./dist/"${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+
+  # build zsh completions
+  mkdir -p 

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

2020-10-19 Thread Christian Rebischke via arch-commits
Date: Monday, October 19, 2020 @ 09:02:21
  Author: shibumi
Revision: 726972

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-19 09:01:01 UTC (rev 726971)
+++ PKGBUILD2020-10-19 09:02:21 UTC (rev 726972)
@@ -1,43 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=helmfile
-pkgver=0.132.0
-pkgrel=1
-pkgdesc="Manage multiple helm charts with a single helmfile"
-arch=('x86_64')
-url="https://github.com/roboll/helmfile;
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
-sha512sums=('b807608b418610539ff0f7dd8e50927b19420328292fe4d1b9f6994ee6a18337d8496493987c5b1885a53673cd9bff5ab5f495d7b7a20283d96756ff420fe255')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/roboll "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${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"
-  export GOLDFLAGS="-linkmode=external"
-  go build -v .
-  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 726971, 
helmfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-19 09:02:21 UTC (rev 726972)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=helmfile
+pkgver=0.132.0
+pkgrel=1
+pkgdesc="Manage multiple helm charts with a single helmfile"
+arch=('x86_64')
+url="https://github.com/roboll/helmfile;
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
+sha512sums=('b807608b418610539ff0f7dd8e50927b19420328292fe4d1b9f6994ee6a18337d8496493987c5b1885a53673cd9bff5ab5f495d7b7a20283d96756ff420fe255')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/roboll "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${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"
+  export GOLDFLAGS="-linkmode=external"
+  go build -v .
+  chmod +x ./helmfile
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
+}


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

2020-10-19 Thread Christian Rebischke via arch-commits
Date: Monday, October 19, 2020 @ 09:00:56
  Author: shibumi
Revision: 726970

upgpkg: helmfile 0.132.0-1

Modified:
  helmfile/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-19 08:57:11 UTC (rev 726969)
+++ PKGBUILD2020-10-19 09:00:56 UTC (rev 726970)
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
-sha512sums=('96a6a6335d1846c945410b9a7c2e580f736ac2f9730a68f59cdce8f699a7e83910ba21116de8a9640d550c03c7156d684457421597d0d9bcd63067e6cbb03e81')
+sha512sums=('b807608b418610539ff0f7dd8e50927b19420328292fe4d1b9f6994ee6a18337d8496493987c5b1885a53673cd9bff5ab5f495d7b7a20283d96756ff420fe255')
 
 prepare() {
   export GOPATH="${srcdir}"


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

2020-10-19 Thread Christian Rebischke via arch-commits
Date: Monday, October 19, 2020 @ 09:01:01
  Author: shibumi
Revision: 726971

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Copied: helmfile/repos/community-x86_64/PKGBUILD (from rev 726970, 
helmfile/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-10-19 09:01:01 UTC (rev 726971)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=helmfile
+pkgver=0.132.0
+pkgrel=1
+pkgdesc="Manage multiple helm charts with a single helmfile"
+arch=('x86_64')
+url="https://github.com/roboll/helmfile;
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
+sha512sums=('b807608b418610539ff0f7dd8e50927b19420328292fe4d1b9f6994ee6a18337d8496493987c5b1885a53673cd9bff5ab5f495d7b7a20283d96756ff420fe255')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/roboll "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${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"
+  export GOLDFLAGS="-linkmode=external"
+  go build -v .
+  chmod +x ./helmfile
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
+}


[arch-commits] Commit in (4 files)

2020-10-19 Thread Christian Rebischke via arch-commits
Date: Monday, October 19, 2020 @ 08:57:11
  Author: shibumi
Revision: 726969

add helmfile

Added:
  helmfile/
  helmfile/repos/
  helmfile/trunk/
  helmfile/trunk/PKGBUILD

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Added: helmfile/trunk/PKGBUILD
===
--- helmfile/trunk/PKGBUILD (rev 0)
+++ helmfile/trunk/PKGBUILD 2020-10-19 08:57:11 UTC (rev 726969)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=helmfile
+pkgver=0.132.0
+pkgrel=1
+pkgdesc="Manage multiple helm charts with a single helmfile"
+arch=('x86_64')
+url="https://github.com/roboll/helmfile;
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
+sha512sums=('96a6a6335d1846c945410b9a7c2e580f736ac2f9730a68f59cdce8f699a7e83910ba21116de8a9640d550c03c7156d684457421597d0d9bcd63067e6cbb03e81')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/roboll "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${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"
+  export GOLDFLAGS="-linkmode=external"
+  go build -v .
+  chmod +x ./helmfile
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
+}


[arch-commits] Commit in ruby-httpclient/repos/community-any (4 files)

2020-10-18 Thread Christian Rebischke via arch-commits
Date: Sunday, October 18, 2020 @ 12:28:13
  Author: shibumi
Revision: 725972

archrelease: copy trunk to community-any

Added:
  ruby-httpclient/repos/community-any/PKGBUILD
(from rev 725971, ruby-httpclient/trunk/PKGBUILD)
  ruby-httpclient/repos/community-any/disable-broken-TLS-test.patch
(from rev 725971, ruby-httpclient/trunk/disable-broken-TLS-test.patch)
Deleted:
  ruby-httpclient/repos/community-any/PKGBUILD
  ruby-httpclient/repos/community-any/disable-broken-TLS-test.patch

---+
 PKGBUILD  |  128 
 disable-broken-TLS-test.patch |   42 ++---
 2 files changed, 86 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-18 12:27:55 UTC (rev 725971)
+++ PKGBUILD2020-10-18 12:28:13 UTC (rev 725972)
@@ -1,63 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: farwayer 
-# Contributor: Tim Meusel 
-
-_gemname='httpclient'
-pkgname="ruby-${_gemname}"
-pkgver=2.8.3
-pkgrel=6
-pkgdesc='gives something like the functionality of libwww-perl (LWP) in Ruby'
-arch=('any')
-url='https://github.com/nahi/httpclient'
-license=('RUBY')
-makedepends=('ruby-rdoc' 'ruby-bundler')
-checkdepends=('ruby-rake' 'ruby-http-cookie' 'ruby-test-unit' 'ruby-rack')
-depends=('ruby')
-options=(!emptydirs)
-source=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
-'disable-broken-TLS-test.patch')
-sha512sums=('b65b5adb97af069d7ff6b6f4cccd6a42c6d9c88b797e9495768fe1f36a6bd93defe50190edc201de5e39c4e306ba0bd17a8ff2f8eba4d636dacafa06c172967d'
-
'fcdb88f83ea1663f1f21113f7943223ffc1c69dc0f1305d74e8a96b3752f905c1bfa3727f2eb9dae9742db16d222ba5971a072b065a6c7ce535615b51fdb8712')
-
-prepare() {
-  cd "${srcdir}/${_gemname}-${pkgver}"
-
-  # Allow latest gem dependencies
-  sed --in-place 's|~>|>=|g' Gemfile
-
-  # fix wrong license name in gemspec
-  sed --in-place "s/'ruby'/'Ruby'/" "${_gemname}.gemspec"
-
-  # don't load the bundler setup. That would require us to
-  # provide all 'development' dependencies
-  sed --in-place '/setup/d' Rakefile
-
-  # test_auth.rb does a bunch of windows specific NTLM tests
-  # they don't apply to Arch
-  rm test/test_auth.rb
-
-  # one test verifies the openssl store.
-  # a) this test has nothing to do with the actual httpclient
-  # b) the used certificate is expiried so the test fails
-  patch --forward --verbose --strip=1 
--input='../disable-broken-TLS-test.patch'
-}
-
-build() {
-  cd "${srcdir}/${_gemname}-${pkgver}"
-  gem build "${_gemname}.gemspec"
-}
-
-check() {
-  cd "${srcdir}/${_gemname}-${pkgver}"
-  rake test
-}
-
-package() {
-  cd "${srcdir}/${_gemname}-${pkgver}"
-  local _gemdir="$(gem env gemdir)"
-  gem install --verbose --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem"
-
-  rm -rf "${pkgdir}/${_gemdir}/cache"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-httpclient/repos/community-any/PKGBUILD (from rev 725971, 
ruby-httpclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-18 12:28:13 UTC (rev 725972)
@@ -0,0 +1,65 @@
+# Maintainer: Christian Rebischke 
+# Contributor: farwayer 
+# Contributor: Tim Meusel 
+
+_gemname='httpclient'
+pkgname="ruby-${_gemname}"
+pkgver=2.8.3
+pkgrel=7
+pkgdesc='gives something like the functionality of libwww-perl (LWP) in Ruby'
+arch=('any')
+url='https://github.com/nahi/httpclient'
+license=('RUBY')
+makedepends=('ruby-rdoc' 'ruby-bundler')
+checkdepends=('ruby-rake' 'ruby-http-cookie' 'ruby-test-unit' 'ruby-rack')
+depends=('ruby')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
+'disable-broken-TLS-test.patch')
+sha512sums=('b65b5adb97af069d7ff6b6f4cccd6a42c6d9c88b797e9495768fe1f36a6bd93defe50190edc201de5e39c4e306ba0bd17a8ff2f8eba4d636dacafa06c172967d'
+
'fcdb88f83ea1663f1f21113f7943223ffc1c69dc0f1305d74e8a96b3752f905c1bfa3727f2eb9dae9742db16d222ba5971a072b065a6c7ce535615b51fdb8712')
+
+prepare() {
+  cd "${srcdir}/${_gemname}-${pkgver}"
+
+  # Allow latest gem dependencies
+  sed --in-place 's|~>|>=|g' Gemfile
+
+  # fix wrong license name in gemspec
+  sed --in-place "s/'ruby'/'Ruby'/" "${_gemname}.gemspec"
+
+  # don't load the bundler setup. That would require us to
+  # provide all 'development' dependencies
+  sed --in-place '/setup/d' Rakefile
+
+  # test_auth.rb does a bunch of windows specific NTLM tests
+  # they don't apply to Arch
+  rm test/test_auth.rb
+
+  # one test verifies the openssl store.
+  # a) this test has nothing to do with the actual httpclient
+  # b) the used certificate is expiried so the test fails
+  patch --forward --verbose --strip=1 
--input='../disable-broken-TLS-test.patch'
+}
+
+build() {
+  cd "${srcdir}/${_gemname}-${pkgver}"
+  gem 

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

2020-10-18 Thread Christian Rebischke via arch-commits
Date: Sunday, October 18, 2020 @ 12:27:55
  Author: shibumi
Revision: 725971

upgpkg: ruby-httpclient 2.8.3-7

Modified:
  ruby-httpclient/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-18 12:07:00 UTC (rev 725970)
+++ PKGBUILD2020-10-18 12:27:55 UTC (rev 725971)
@@ -5,7 +5,7 @@
 _gemname='httpclient'
 pkgname="ruby-${_gemname}"
 pkgver=2.8.3
-pkgrel=6
+pkgrel=7
 pkgdesc='gives something like the functionality of libwww-perl (LWP) in Ruby'
 arch=('any')
 url='https://github.com/nahi/httpclient'
@@ -57,6 +57,8 @@
   local _gemdir="$(gem env gemdir)"
   gem install --verbose --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem"
 
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}/"
+
   rm -rf "${pkgdir}/${_gemdir}/cache"
 }
 


[arch-commits] Commit in alacritty/trunk (4275.patch PKGBUILD)

2020-10-18 Thread Christian Rebischke via arch-commits
Date: Sunday, October 18, 2020 @ 11:27:30
  Author: shibumi
Revision: 725915

upgpkg: alacritty 0.5.0-3 fix #68204

Added:
  alacritty/trunk/4275.patch
Modified:
  alacritty/trunk/PKGBUILD

+
 4275.patch | 2575 +++
 PKGBUILD   |   13 
 2 files changed, 2585 insertions(+), 3 deletions(-)

Added: 4275.patch
===
--- 4275.patch  (rev 0)
+++ 4275.patch  2020-10-18 11:27:30 UTC (rev 725915)
@@ -0,0 +1,2575 @@
+From 555a522c7a2e8ad6abb611ac1b36e3c854b24c7b Mon Sep 17 00:00:00 2001
+From: Kirill Chibisov 
+Date: Thu, 1 Oct 2020 19:33:23 +0300
+Subject: [PATCH 1/6] Update glutin to 0.25
+
+Fixes #4206.
+Fixes #4162.
+Fixes #4017.
+Fixes #3998.
+Fixes #3831.
+Fixes #3782.
+Fixes #3708.
+Fixes #2734.
+Fixes #2714.
+Fixes #1801.
+---
+ CHANGELOG.md |  15 +
+ Cargo.lock   | 541 +++
+ alacritty/Cargo.toml |   4 +-
+ alacritty/src/config/bindings.rs |   9 +-
+ alacritty/src/display.rs |   6 +-
+ alacritty/src/wayland_theme.rs   |  92 +++---
+ alacritty/src/window.rs  |  23 +-
+ alacritty_terminal/Cargo.toml|   4 +-
+ 8 files changed, 427 insertions(+), 267 deletions(-)
+
+diff --git a/CHANGELOG.md b/CHANGELOG.md
+index 4da3e7076..597276e33 100644
+--- a/CHANGELOG.md
 b/CHANGELOG.md
+@@ -24,6 +24,7 @@ The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/).
+ - CLI parameter `--option`/`-o` to override any configuration field
+ - Escape sequences to report text area size in pixels (`CSI 14 t`) and in 
characters (`CSI 18 t`)
+ - Support for single line terminals dimensions
++- Right clicking on Wayland's client side decorations will request 
application menu
+ 
+ ### Changed
+ 
+@@ -33,6 +34,7 @@ The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/).
+ - The user's background color is now used as the foreground for the render 
timer
+ - Use yellow/red from the config for error and warning messages instead of 
fixed colors
+ - Existing CLI parameters are now passed to instances spawned using 
`SpawnNewInstance`
++- Wayland's Client side decorations now refer to search bar colors
+ 
+ ### Fixed
+ 
+@@ -48,6 +50,19 @@ The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/).
+ - Selection expanding over 2 characters when scrolled in history with 
fullwidth characters in use
+ - Selection scrolling not starting when mouse is over the message bar
+ - Incorrect text width calculation in message bar when the message contains 
multibyte characters
++- Remapped caps lock to escape not triggering escape bindings on Wayland
++- Crash when requesting overly long title on Wayland
++- Fullscreen/Tiled window state change doesn't restore window sizes on Wayland
++- Crash when providing 0 for `XCURSOR_SIZE` on Wayland
++- Gap between window and server side decorations on KWIN Wayland
++- Wayland's client side decorations not working after tty switch
++- `Fullscreen` startup mode not working on Wayland
++- Window not being rescaled when changing DPR of the current monitor on 
Wayland
++- Crash in some cases when pointer isn't presented upon startup on Wayland
++- IME not working on Wayland
++- Crash on startup on GNOME since its 3.37.90 version on Wayland
++- Touchpad scrolling scrolled less than it should on macOS/Wayland on scaled 
outputs
++- Incorrect modifiers at startup on X11
+ 
+ ## 0.5.0
+ 
+diff --git a/Cargo.lock b/Cargo.lock
+index bd29ad13b..187fe63c1 100644
+--- a/Cargo.lock
 b/Cargo.lock
+@@ -1,5 +1,11 @@
+ # This file is automatically @generated by Cargo.
+ # It is not intended for manual editing.
++[[package]]
++name = "ab_glyph_rasterizer"
++version = "0.1.3"
++source = "registry+https://github.com/rust-lang/crates.io-index;
++checksum = "2692800d602527d2b8fea50036119c37df74ab565b10e285706a3dcec0ec3e16"
++
+ [[package]]
+ name = "adler32"
+ version = "1.2.0"
+@@ -60,7 +66,7 @@ dependencies = [
+  "mio-extras",
+  "mio-named-pipes",
+  "miow 0.3.5",
+- "nix 0.17.0",
++ "nix 0.18.0",
+  "parking_lot",
+  "regex-automata",
+  "serde",
+@@ -76,13 +82,13 @@ dependencies = [
+ 
+ [[package]]
+ name = "andrew"
+-version = "0.2.1"
++version = "0.3.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index;
+-checksum = "9b7f09f89872c2b6b29e319377b1fbe91c6f5947df19a25596e121cf19a7b35e"
++checksum = "5e1ea80a5089cac999ffd4a91888154076a961d27387b0f7a6cd2d4dddb636b9"
+ dependencies = [
+  "bitflags",
+  "line_drawing",
+- "rusttype 0.7.9",
++ "rusttype",
+  "walkdir",
+  "xdg",
+  "xml-rs",
+@@ -94,12 +100,6 @@ version = "0.2.3"
+ source = "registry+https://github.com/rust-lang/crates.io-index;
+ checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
+ 
+-[[package]]
+-name = "android_log-sys"
+-version = "0.1.2"
+-source = 

[arch-commits] Commit in alacritty/repos/community-x86_64 (3 files)

2020-10-18 Thread Christian Rebischke via arch-commits
Date: Sunday, October 18, 2020 @ 11:27:37
  Author: shibumi
Revision: 725917

archrelease: copy trunk to community-x86_64

Added:
  alacritty/repos/community-x86_64/4275.patch
(from rev 725915, alacritty/trunk/4275.patch)
  alacritty/repos/community-x86_64/PKGBUILD
(from rev 725915, alacritty/trunk/PKGBUILD)
Deleted:
  alacritty/repos/community-x86_64/PKGBUILD

+
 4275.patch | 2575 +++
 PKGBUILD   |   91 +-
 2 files changed, 2624 insertions(+), 42 deletions(-)

Copied: alacritty/repos/community-x86_64/4275.patch (from rev 725915, 
alacritty/trunk/4275.patch)
===
--- 4275.patch  (rev 0)
+++ 4275.patch  2020-10-18 11:27:37 UTC (rev 725917)
@@ -0,0 +1,2575 @@
+From 555a522c7a2e8ad6abb611ac1b36e3c854b24c7b Mon Sep 17 00:00:00 2001
+From: Kirill Chibisov 
+Date: Thu, 1 Oct 2020 19:33:23 +0300
+Subject: [PATCH 1/6] Update glutin to 0.25
+
+Fixes #4206.
+Fixes #4162.
+Fixes #4017.
+Fixes #3998.
+Fixes #3831.
+Fixes #3782.
+Fixes #3708.
+Fixes #2734.
+Fixes #2714.
+Fixes #1801.
+---
+ CHANGELOG.md |  15 +
+ Cargo.lock   | 541 +++
+ alacritty/Cargo.toml |   4 +-
+ alacritty/src/config/bindings.rs |   9 +-
+ alacritty/src/display.rs |   6 +-
+ alacritty/src/wayland_theme.rs   |  92 +++---
+ alacritty/src/window.rs  |  23 +-
+ alacritty_terminal/Cargo.toml|   4 +-
+ 8 files changed, 427 insertions(+), 267 deletions(-)
+
+diff --git a/CHANGELOG.md b/CHANGELOG.md
+index 4da3e7076..597276e33 100644
+--- a/CHANGELOG.md
 b/CHANGELOG.md
+@@ -24,6 +24,7 @@ The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/).
+ - CLI parameter `--option`/`-o` to override any configuration field
+ - Escape sequences to report text area size in pixels (`CSI 14 t`) and in 
characters (`CSI 18 t`)
+ - Support for single line terminals dimensions
++- Right clicking on Wayland's client side decorations will request 
application menu
+ 
+ ### Changed
+ 
+@@ -33,6 +34,7 @@ The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/).
+ - The user's background color is now used as the foreground for the render 
timer
+ - Use yellow/red from the config for error and warning messages instead of 
fixed colors
+ - Existing CLI parameters are now passed to instances spawned using 
`SpawnNewInstance`
++- Wayland's Client side decorations now refer to search bar colors
+ 
+ ### Fixed
+ 
+@@ -48,6 +50,19 @@ The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/).
+ - Selection expanding over 2 characters when scrolled in history with 
fullwidth characters in use
+ - Selection scrolling not starting when mouse is over the message bar
+ - Incorrect text width calculation in message bar when the message contains 
multibyte characters
++- Remapped caps lock to escape not triggering escape bindings on Wayland
++- Crash when requesting overly long title on Wayland
++- Fullscreen/Tiled window state change doesn't restore window sizes on Wayland
++- Crash when providing 0 for `XCURSOR_SIZE` on Wayland
++- Gap between window and server side decorations on KWIN Wayland
++- Wayland's client side decorations not working after tty switch
++- `Fullscreen` startup mode not working on Wayland
++- Window not being rescaled when changing DPR of the current monitor on 
Wayland
++- Crash in some cases when pointer isn't presented upon startup on Wayland
++- IME not working on Wayland
++- Crash on startup on GNOME since its 3.37.90 version on Wayland
++- Touchpad scrolling scrolled less than it should on macOS/Wayland on scaled 
outputs
++- Incorrect modifiers at startup on X11
+ 
+ ## 0.5.0
+ 
+diff --git a/Cargo.lock b/Cargo.lock
+index bd29ad13b..187fe63c1 100644
+--- a/Cargo.lock
 b/Cargo.lock
+@@ -1,5 +1,11 @@
+ # This file is automatically @generated by Cargo.
+ # It is not intended for manual editing.
++[[package]]
++name = "ab_glyph_rasterizer"
++version = "0.1.3"
++source = "registry+https://github.com/rust-lang/crates.io-index;
++checksum = "2692800d602527d2b8fea50036119c37df74ab565b10e285706a3dcec0ec3e16"
++
+ [[package]]
+ name = "adler32"
+ version = "1.2.0"
+@@ -60,7 +66,7 @@ dependencies = [
+  "mio-extras",
+  "mio-named-pipes",
+  "miow 0.3.5",
+- "nix 0.17.0",
++ "nix 0.18.0",
+  "parking_lot",
+  "regex-automata",
+  "serde",
+@@ -76,13 +82,13 @@ dependencies = [
+ 
+ [[package]]
+ name = "andrew"
+-version = "0.2.1"
++version = "0.3.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index;
+-checksum = "9b7f09f89872c2b6b29e319377b1fbe91c6f5947df19a25596e121cf19a7b35e"
++checksum = "5e1ea80a5089cac999ffd4a91888154076a961d27387b0f7a6cd2d4dddb636b9"
+ dependencies = [
+  "bitflags",
+  "line_drawing",
+- "rusttype 0.7.9",
++ "rusttype",
+  "walkdir",
+  "xdg",
+  "xml-rs",
+@@ -94,12 +100,6 @@ version = 

[arch-commits] Commit in mkosi/repos/community-any (PKGBUILD PKGBUILD)

2020-10-18 Thread Christian Rebischke via arch-commits
Date: Sunday, October 18, 2020 @ 11:12:41
  Author: shibumi
Revision: 725910

archrelease: copy trunk to community-any

Added:
  mkosi/repos/community-any/PKGBUILD
(from rev 725909, mkosi/trunk/PKGBUILD)
Deleted:
  mkosi/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-18 11:12:34 UTC (rev 725909)
+++ PKGBUILD2020-10-18 11:12:41 UTC (rev 725910)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: Lucas Werkmeister 
-# Contributor: Dave Reisner 
-
-pkgname=mkosi
-pkgver=5
-pkgrel=2
-pkgdesc='Build Legacy-Free OS Images'
-arch=('any')
-url='https://github.com/systemd/mkosi'
-license=('LGPL2.1')
-depends=('python')
-makedepends=('python-setuptools')
-optdepends=('debootstrap: build Debian or Ubuntu images'
-'debian-archive-keyring: build Debian images'
-'ubuntu-keyring: build Ubuntu images'
-'arch-install-scripts: build Arch images'
-'gnupg: sign images'
-'xz: compress images with xz'
-'btrfs-progs: raw_btrfs and subvolume output formats'
-'dosfstools: build bootable images'
-'squashfs-tools: raw_squashfs output format'
-'tar: tar output format'
-'cryptsetup: add dm-verity partitions'
-'edk2-ovmf: run bootable images in QEMU'
-'qemu: run bootable images in QEMU'
-'sbsigntools: sign EFI binaries for UEFI SecureBoot')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/systemd/mkosi/archive/v$pkgver.tar.gz;)
-sha512sums=('cebb0f50b57a3285b4bb1301890436551c6931516e8c60a36c44ddc4c53f232178e1f56aa8c538dad2d12ce54e304b457d046bc0df6ac6d2a226a7b5fdbd1f36')
-
-package() {
-  cd "mkosi-$pkgver"
-  python setup.py install --root="$pkgdir"
-}

Copied: mkosi/repos/community-any/PKGBUILD (from rev 725909, 
mkosi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-18 11:12:41 UTC (rev 725910)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Lucas Werkmeister 
+# Contributor: Dave Reisner 
+
+pkgname=mkosi
+pkgver=6
+pkgrel=1
+pkgdesc='Build Legacy-Free OS Images'
+arch=('any')
+url='https://github.com/systemd/mkosi'
+license=('LGPL2.1')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('debootstrap: build Debian or Ubuntu images'
+'debian-archive-keyring: build Debian images'
+'ubuntu-keyring: build Ubuntu images'
+'arch-install-scripts: build Arch images'
+'gnupg: sign images'
+'xz: compress images with xz'
+'btrfs-progs: raw_btrfs and subvolume output formats'
+'dosfstools: build bootable images'
+'squashfs-tools: raw_squashfs output format'
+'tar: tar output format'
+'cryptsetup: add dm-verity partitions'
+'edk2-ovmf: run bootable images in QEMU'
+'qemu: run bootable images in QEMU'
+'sbsigntools: sign EFI binaries for UEFI SecureBoot')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/systemd/mkosi/archive/v$pkgver.tar.gz;)
+sha512sums=('4bde5af0af7461866fb067ce34f4911ede46937d0cdd6282203880c190646e7159cb9aa92b507bf9a7c72790e745fb12b8bd22d8c8a349016304f672186b4ef6')
+
+package() {
+  cd "mkosi-$pkgver"
+  python setup.py install --root="$pkgdir"
+}


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

2020-10-18 Thread Christian Rebischke via arch-commits
Date: Sunday, October 18, 2020 @ 11:12:34
  Author: shibumi
Revision: 725909

upgpkg: mkosi 6-1

Modified:
  mkosi/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-18 11:11:44 UTC (rev 725908)
+++ PKGBUILD2020-10-18 11:12:34 UTC (rev 725909)
@@ -3,8 +3,8 @@
 # Contributor: Dave Reisner 
 
 pkgname=mkosi
-pkgver=5
-pkgrel=2
+pkgver=6
+pkgrel=1
 pkgdesc='Build Legacy-Free OS Images'
 arch=('any')
 url='https://github.com/systemd/mkosi'
@@ -26,7 +26,7 @@
 'qemu: run bootable images in QEMU'
 'sbsigntools: sign EFI binaries for UEFI SecureBoot')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/systemd/mkosi/archive/v$pkgver.tar.gz;)
-sha512sums=('cebb0f50b57a3285b4bb1301890436551c6931516e8c60a36c44ddc4c53f232178e1f56aa8c538dad2d12ce54e304b457d046bc0df6ac6d2a226a7b5fdbd1f36')
+sha512sums=('4bde5af0af7461866fb067ce34f4911ede46937d0cdd6282203880c190646e7159cb9aa92b507bf9a7c72790e745fb12b8bd22d8c8a349016304f672186b4ef6')
 
 package() {
   cd "mkosi-$pkgver"


[arch-commits] Commit in zsh-theme-powerlevel10k/repos/community-x86_64 (2 files)

2020-10-18 Thread Christian Rebischke via arch-commits
Date: Sunday, October 18, 2020 @ 11:09:57
  Author: shibumi
Revision: 725906

archrelease: copy trunk to community-x86_64

Added:
  zsh-theme-powerlevel10k/repos/community-x86_64/PKGBUILD
(from rev 725905, zsh-theme-powerlevel10k/trunk/PKGBUILD)
Deleted:
  zsh-theme-powerlevel10k/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  152 ++---
 1 file changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-18 11:09:50 UTC (rev 725905)
+++ PKGBUILD2020-10-18 11:09:57 UTC (rev 725906)
@@ -1,76 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Jeff Henson 
-# Contributor: Ron Asimi 
-# Contributor: Roman Perepelitsa 
-
-pkgname=zsh-theme-powerlevel10k
-# Whenever pkgver is updated, _libgit2ver below must also be updated.
-pkgver=1.12.0
-_libgit2ver="tag-d6c37a38587c9af2a9e63449fc8bf951dca0e854"
-pkgrel=3
-pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
-arch=('x86_64')
-url='https://github.com/romkatv/powerlevel10k'
-license=('MIT')
-makedepends=('git' 'cmake')
-depends=('glibc' 'zsh')
-optdepends=(
-  'powerline-fonts: patched fonts for powerline'
-  'awesome-terminal-fonts: icon package'
-)
-# _libgit2ver depends on pkgver. They must be updated together. See 
libgit2_version in:
-# 
https://raw.githubusercontent.com/romkatv/powerlevel10k/v${pkgver}/gitstatus/build.info
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;
-  
"libgit2-${_libgit2ver}.tar.gz::https://github.com/romkatv/libgit2/archive/${_libgit2ver}.tar.gz;)
-sha512sums=('c0b25a8c4a92979ad5aa86564996ecfc27200161a11341dfff569fe25d0240a411f0f493038fafbedbf1c1f7e7cd31639c0d339bdfdd2dba59b400e31373c998'
-
'11fd09ce20191392947d171e9212a33a998c1f2c4bcb8ab7440a0dc88653ff1324a1529984a607d545ab8863738f4eb946134c46f44bd1c200c6d98c02657292')
-replaces=('zsh-theme-powerlevel9k')
-
-build() {
-  cd "${srcdir}/libgit2-${_libgit2ver}"
-  cmake \
-   -DZERO_NSEC=ON \
-   -DTHREADSAFE=ON \
-   -DUSE_BUNDLED_ZLIB=ON \
-   -DREGEX_BACKEND=builtin \
-   -DUSE_HTTP_PARSER=builtin \
-   -DUSE_SSH=OFF \
-   -DUSE_HTTPS=OFF \
-   -DBUILD_CLAR=OFF \
-   -DUSE_GSSAPI=OFF \
-   -DUSE_NTLMCLIENT=OFF \
-   -DBUILD_SHARED_LIBS=OFF \
-   -DENABLE_REPRODUCIBLE_BUILDS=ON \
-   .
-  make
-
-  # build gitstatus
-  cd "$srcdir/powerlevel10k-${pkgver}/gitstatus"
-  export CXXFLAGS+=" -I${srcdir}/libgit2-${_libgit2ver}/include 
-DGITSTATUS_ZERO_NSEC -D_GNU_SOURCE"
-  export LDFLAGS+=" -L${srcdir}/libgit2-${_libgit2ver}"
-  make
-}
-
-package() {
-  cd "$srcdir/powerlevel10k-${pkgver}"
-  find . -type f -exec install -D '{}' 
"$pkgdir/usr/share/zsh-theme-powerlevel10k/{}" ';'
-  # delete unnecessary files. See also: https://bugs.archlinux.org/task/66737
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/obj"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.gitignore"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.gitattributes"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/src"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/build"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/deps"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/Makefile"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/mbuild"
-  rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/.gitattributes"
-  rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/.gitignore"
-  rm -rf 
"${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/usrbin/.gitkeep"
-  rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.clang-format"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.vscode/"
-  cd "${pkgdir}/usr/share/zsh-theme-powerlevel10k/"
-  for file in *.zsh-theme internal/*.zsh gitstatus/*.zsh gitstatus/install; do
-zsh -fc "emulate zsh -o no_aliases && zcompile -R -- $file.zwc $file"
-  done
-}

Copied: zsh-theme-powerlevel10k/repos/community-x86_64/PKGBUILD (from rev 
725905, zsh-theme-powerlevel10k/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-18 11:09:57 UTC (rev 725906)
@@ -0,0 +1,76 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Jeff Henson 
+# Contributor: Ron Asimi 
+# Contributor: Roman Perepelitsa 
+
+pkgname=zsh-theme-powerlevel10k
+# Whenever pkgver is updated, _libgit2ver below must also be updated.
+pkgver=1.13.0
+_libgit2ver="tag-d6c37a38587c9af2a9e63449fc8bf951dca0e854"
+pkgrel=1
+pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
+arch=('x86_64')
+url='https://github.com/romkatv/powerlevel10k'
+license=('MIT')
+makedepends=('git' 'cmake')
+depends=('glibc' 'zsh')
+optdepends=(
+  

[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-10-18 Thread Christian Rebischke via arch-commits
Date: Sunday, October 18, 2020 @ 11:09:50
  Author: shibumi
Revision: 725905

upgpkg: zsh-theme-powerlevel10k 1.13.0-1

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-18 11:07:38 UTC (rev 725904)
+++ PKGBUILD2020-10-18 11:09:50 UTC (rev 725905)
@@ -5,9 +5,9 @@
 
 pkgname=zsh-theme-powerlevel10k
 # Whenever pkgver is updated, _libgit2ver below must also be updated.
-pkgver=1.12.0
+pkgver=1.13.0
 _libgit2ver="tag-d6c37a38587c9af2a9e63449fc8bf951dca0e854"
-pkgrel=3
+pkgrel=1
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('x86_64')
 url='https://github.com/romkatv/powerlevel10k'
@@ -23,7 +23,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;
   
"libgit2-${_libgit2ver}.tar.gz::https://github.com/romkatv/libgit2/archive/${_libgit2ver}.tar.gz;)
-sha512sums=('c0b25a8c4a92979ad5aa86564996ecfc27200161a11341dfff569fe25d0240a411f0f493038fafbedbf1c1f7e7cd31639c0d339bdfdd2dba59b400e31373c998'
+sha512sums=('ebc396cd7bce741d8330e37b67d52ac2d355740cb95a81dd6fc8592550e7e76cc916765a419b81de57e68b177416b38caa0977fd93accce16b9fc84b52a2d328'
 
'11fd09ce20191392947d171e9212a33a998c1f2c4bcb8ab7440a0dc88653ff1324a1529984a607d545ab8863738f4eb946134c46f44bd1c200c6d98c02657292')
 replaces=('zsh-theme-powerlevel9k')
 


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

2020-10-17 Thread Christian Rebischke via arch-commits
Date: Saturday, October 17, 2020 @ 20:15:56
  Author: shibumi
Revision: 725620

upgpkg: kompose 1.21.0-1

Modified:
  kompose/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 1 file changed, 18 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 19:00:56 UTC (rev 725619)
+++ PKGBUILD2020-10-17 20:15:56 UTC (rev 725620)
@@ -7,13 +7,21 @@
 arch=('x86_64')
 url="https://github.com/kubernetes/kompose;
 license=('Apache')
-makedepends=('go')
+makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz;)
-sha512sums=('2fd305db1c57b7f9b473ce4f3334b031045100e5b624735a1ed0ba2986e4223cb1e5cacf71da98981b54450760b3ee5684d8732e0b7020474acff6d5808db53b')
+sha512sums=('96a6a6335d1846c945410b9a7c2e580f736ac2f9730a68f59cdce8f699a7e83910ba21116de8a9640d550c03c7156d684457421597d0d9bcd63067e6cbb03e81')
 
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/kubernetes "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/kubernetes/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/kubernetes/${pkgname}"
+}
+
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "${PACKAGE_ROOT}"
+  export CGO_ENABLED=0
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
@@ -20,16 +28,17 @@
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
   export GOLDFLAGS="-linkmode=external"
-  go build .
+  go build -v .
   chmod +x ./kompose
 }
 
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
+# tests are failing right now due to a bug in script/cmd/cmd_test.go:28
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd "${PACKAGE_ROOT}"
   install -Dsm755 ./kompose "${pkgdir}/usr/bin/kompose"
 }


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

2020-10-17 Thread Christian Rebischke via arch-commits
Date: Saturday, October 17, 2020 @ 20:16:02
  Author: shibumi
Revision: 725621

archrelease: copy trunk to community-x86_64

Added:
  kompose/repos/community-x86_64/
  kompose/repos/community-x86_64/PKGBUILD
(from rev 725620, kompose/trunk/PKGBUILD)

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

Copied: kompose/repos/community-x86_64/PKGBUILD (from rev 725620, 
kompose/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-10-17 20:16:02 UTC (rev 725621)
@@ -0,0 +1,44 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=kompose
+pkgver=1.21.0
+pkgrel=1
+pkgdesc="Docker compose to Kubernetes transformation tool"
+arch=('x86_64')
+url="https://github.com/kubernetes/kompose;
+license=('Apache')
+makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz;)
+sha512sums=('96a6a6335d1846c945410b9a7c2e580f736ac2f9730a68f59cdce8f699a7e83910ba21116de8a9640d550c03c7156d684457421597d0d9bcd63067e6cbb03e81')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/kubernetes "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/kubernetes/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/kubernetes/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}"
+  export CGO_ENABLED=0
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOLDFLAGS="-linkmode=external"
+  go build -v .
+  chmod +x ./kompose
+}
+
+# tests are failing right now due to a bug in script/cmd/cmd_test.go:28
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./kompose "${pkgdir}/usr/bin/kompose"
+}


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

2020-10-17 Thread Christian Rebischke via arch-commits
Date: Saturday, October 17, 2020 @ 14:29:59
  Author: shibumi
Revision: 725463

add kompose

Added:
  kompose/
  kompose/repos/
  kompose/trunk/
  kompose/trunk/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Added: kompose/trunk/PKGBUILD
===
--- kompose/trunk/PKGBUILD  (rev 0)
+++ kompose/trunk/PKGBUILD  2020-10-17 14:29:59 UTC (rev 725463)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=kompose
+pkgver=1.21.0
+pkgrel=1
+pkgdesc="Docker compose to Kubernetes transformation tool"
+arch=('x86_64')
+url="https://github.com/kubernetes/kompose;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz;)
+sha512sums=('2fd305db1c57b7f9b473ce4f3334b031045100e5b624735a1ed0ba2986e4223cb1e5cacf71da98981b54450760b3ee5684d8732e0b7020474acff6d5808db53b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOLDFLAGS="-linkmode=external"
+  go build .
+  chmod +x ./kompose
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dsm755 ./kompose "${pkgdir}/usr/bin/kompose"
+}


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

2020-10-17 Thread Christian Rebischke via arch-commits
Date: Saturday, October 17, 2020 @ 12:39:34
  Author: shibumi
Revision: 725461

upgpkg: traefik 2.3.1-1

Modified:
  traefik/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 5 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 11:55:42 UTC (rev 725460)
+++ PKGBUILD2020-10-17 12:39:34 UTC (rev 725461)
@@ -1,7 +1,7 @@
 # Maintainer : Christian Rebischke 
 
 pkgname=traefik
-pkgver=2.2.8
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="Modern reverse proxy written in Go"
 arch=('x86_64')
@@ -14,26 +14,15 @@
   'etc/traefik/traefik.yml')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;
   'traefik.service'
-  'traefik.sysusers'
-  'b77cf4d0b067438c3e1758bb22ad56e644c8122f.patch'
-  '49ed06686b6c4be2164c65eb6d807b0fc542aea4.patch'
-  '49c1e3df55175b2942ad091df86272903cf709da.patch')
+  'traefik.sysusers')
 noextract=("${pkgname}-${pkgver}.tar.gz")
-sha512sums=('b379a0408d98193ba6d77b5249f8a5ea8d0949e6ec7e817d1b114c4f3a00513a753b1d9c37019850da8af5f7352b7e717094d262b827cc618173403637324a30'
+sha512sums=('780b39c94544b36159fdd6753f384bedde4bdd4ded1209838a2bf6c8643f32048daa695f6a873161a8ed5aecf9b63046fd9e7166edfa1d076790e51ac3b032c5'
 
'25ab1113bb69936c443fe49d5d3da7d39171fc82e8fa06f46ed4e2dfcaa89685d50ca50b58c32215852d79e5c8d4736a287c15b75420c78a853c51502cb2641a'
-
'5fecfed5df77bf28c2c976ebaebedb030904d41509e740821140a4889bda20327f416e78f8d19b0ee78c8bc422d1907ce05ef3562e4d3e36ddfbdbea5e860b2a'
-
'5e280f66021c95f5f6bb493c7f62d87d8da67921a399fdecfc43ce5c17858b5262996bfc8d0a795ed09dbddb6e5c44160bf4665fdbbcf7884a83ea787780253c'
-
'9380eceb00cc6e0f7a1d7116d220c8c8c67b755e20d6def8dc991a99ac88c053b54956a236eaf51138c916b9c6401794e58d97a550b4ed08945d44fef689a858'
-
'15e25430706e1aa0f774dacff50badf98ef621793d27add83fea7a7fb64f364be38c30efe0cc3a53428b83de4b45436a98c23bdb060a103ffa0b7cda5e88d7db')
+
'5fecfed5df77bf28c2c976ebaebedb030904d41509e740821140a4889bda20327f416e78f8d19b0ee78c8bc422d1907ce05ef3562e4d3e36ddfbdbea5e860b2a')
 
 prepare() {
   mkdir "${srcdir}/${pkgname}-${pkgver}"
   tar xfvz "${srcdir}/${pkgname}-${pkgver}.tar.gz" -C 
"${srcdir}/${pkgname}-${pkgver}"
-  # Apply patches for Go 1.15 upwards compatibility
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 < "${srcdir}/49c1e3df55175b2942ad091df86272903cf709da.patch"
-  patch -p1 < "${srcdir}/b77cf4d0b067438c3e1758bb22ad56e644c8122f.patch"
-  patch -p1 < "${srcdir}/49ed06686b6c4be2164c65eb6d807b0fc542aea4.patch"
 }
 
 build() {
@@ -42,6 +31,7 @@
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOLDFLAGS="-linkmode=external"
   cd "${srcdir}/${pkgname}-${pkgver}"
   go generate
   cd cmd/traefik


[arch-commits] Commit in traefik/repos/community-x86_64 (12 files)

2020-10-17 Thread Christian Rebischke via arch-commits
Date: Saturday, October 17, 2020 @ 12:39:43
  Author: shibumi
Revision: 725462

archrelease: copy trunk to community-x86_64

Added:
  traefik/repos/community-x86_64/49c1e3df55175b2942ad091df86272903cf709da.patch
(from rev 725461, 
traefik/trunk/49c1e3df55175b2942ad091df86272903cf709da.patch)
  traefik/repos/community-x86_64/49ed06686b6c4be2164c65eb6d807b0fc542aea4.patch
(from rev 725461, 
traefik/trunk/49ed06686b6c4be2164c65eb6d807b0fc542aea4.patch)
  traefik/repos/community-x86_64/PKGBUILD
(from rev 725461, traefik/trunk/PKGBUILD)
  traefik/repos/community-x86_64/b77cf4d0b067438c3e1758bb22ad56e644c8122f.patch
(from rev 725461, 
traefik/trunk/b77cf4d0b067438c3e1758bb22ad56e644c8122f.patch)
  traefik/repos/community-x86_64/traefik.service
(from rev 725461, traefik/trunk/traefik.service)
  traefik/repos/community-x86_64/traefik.sysusers
(from rev 725461, traefik/trunk/traefik.sysusers)
Deleted:
  traefik/repos/community-x86_64/49c1e3df55175b2942ad091df86272903cf709da.patch
  traefik/repos/community-x86_64/49ed06686b6c4be2164c65eb6d807b0fc542aea4.patch
  traefik/repos/community-x86_64/PKGBUILD
  traefik/repos/community-x86_64/b77cf4d0b067438c3e1758bb22ad56e644c8122f.patch
  traefik/repos/community-x86_64/traefik.service
  traefik/repos/community-x86_64/traefik.sysusers

+
 49c1e3df55175b2942ad091df86272903cf709da.patch |  106 +++
 49ed06686b6c4be2164c65eb6d807b0fc542aea4.patch |  342 +++
 PKGBUILD   |  120 +++-
 b77cf4d0b067438c3e1758bb22ad56e644c8122f.patch |  104 +++---
 traefik.service|   80 ++---
 traefik.sysusers   |2 
 6 files changed, 372 insertions(+), 382 deletions(-)

Deleted: 49c1e3df55175b2942ad091df86272903cf709da.patch
===
--- 49c1e3df55175b2942ad091df86272903cf709da.patch  2020-10-17 12:39:34 UTC 
(rev 725461)
+++ 49c1e3df55175b2942ad091df86272903cf709da.patch  2020-10-17 12:39:43 UTC 
(rev 725462)
@@ -1,53 +0,0 @@
-From 49c1e3df55175b2942ad091df86272903cf709da Mon Sep 17 00:00:00 2001
-From: Julien Salleyron 
-Date: Fri, 14 Aug 2020 11:03:58 +0200
-Subject: [PATCH] Fix server shutdown
-

- pkg/server/server_entrypoint_tcp.go | 13 ++---
- 1 file changed, 10 insertions(+), 3 deletions(-)
-
-diff --git a/pkg/server/server_entrypoint_tcp.go 
b/pkg/server/server_entrypoint_tcp.go
-index bf8a5315b3..3b7efdf4c8 100644
 a/pkg/server/server_entrypoint_tcp.go
-+++ b/pkg/server/server_entrypoint_tcp.go
-@@ -28,12 +28,14 @@ var httpServerLogger = 
stdlog.New(log.WithoutContext().WriterLevel(logrus.DebugL
- type httpForwarder struct {
-   net.Listener
-   connChan chan net.Conn
-+  errChan  chan error
- }
- 
- func newHTTPForwarder(ln net.Listener) *httpForwarder {
-   return {
-   Listener: ln,
-   connChan: make(chan net.Conn),
-+  errChan:  make(chan error),
-   }
- }
- 
-@@ -44,8 +46,12 @@ func (h *httpForwarder) ServeTCP(conn tcp.WriteCloser) {
- 
- // Accept retrieves a served connection in ServeTCP.
- func (h *httpForwarder) Accept() (net.Conn, error) {
--  conn := <-h.connChan
--  return conn, nil
-+  select {
-+  case conn := <-h.connChan:
-+  return conn, nil
-+  case err := <-h.errChan:
-+  return nil, err
-+  }
- }
- 
- // TCPEntryPoints holds a map of TCPEntryPoint (the entrypoint names being 
the keys).
-@@ -169,7 +175,8 @@ func (e *TCPEntryPoint) Start(ctx context.Context) {
-   if netErr, ok := err.(net.Error); ok && 
netErr.Temporary() {
-   continue
-   }
--
-+  e.httpServer.Forwarder.errChan <- err
-+  e.httpsServer.Forwarder.errChan <- err
-   return
-   }
- 

Copied: 
traefik/repos/community-x86_64/49c1e3df55175b2942ad091df86272903cf709da.patch 
(from rev 725461, traefik/trunk/49c1e3df55175b2942ad091df86272903cf709da.patch)
===
--- 49c1e3df55175b2942ad091df86272903cf709da.patch  
(rev 0)
+++ 49c1e3df55175b2942ad091df86272903cf709da.patch  2020-10-17 12:39:43 UTC 
(rev 725462)
@@ -0,0 +1,53 @@
+From 49c1e3df55175b2942ad091df86272903cf709da Mon Sep 17 00:00:00 2001
+From: Julien Salleyron 
+Date: Fri, 14 Aug 2020 11:03:58 +0200
+Subject: [PATCH] Fix server shutdown
+
+---
+ pkg/server/server_entrypoint_tcp.go | 13 ++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+diff --git a/pkg/server/server_entrypoint_tcp.go 
b/pkg/server/server_entrypoint_tcp.go
+index bf8a5315b3..3b7efdf4c8 100644
+--- a/pkg/server/server_entrypoint_tcp.go
 b/pkg/server/server_entrypoint_tcp.go
+@@ -28,12 +28,14 @@ var httpServerLogger = 

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

2020-10-17 Thread Christian Rebischke via arch-commits
Date: Saturday, October 17, 2020 @ 11:50:45
  Author: shibumi
Revision: 725451

upgpkg: packer 1.6.3-1

Modified:
  packer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 11:50:04 UTC (rev 725450)
+++ PKGBUILD2020-10-17 11:50:45 UTC (rev 725451)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 pkgname=packer
 replaces=('packer-io')
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('git' 'go' 'go-tools')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz;)
-sha512sums=('c83aa564ec69e527aa929318bd632b8fd7a93a805cd67e85126342d96ee46230005dd1635ace53c399c38a54085b711dbde439a65cbfc57b4f0a278ff02ea00b')
+sha512sums=('7ded292505c5681d1b76856061f844bc4c9b18e3519fa7e2586c54b990ce4b9f3f6d6e4c2bbf0f5b5bfb86b90c461d21d88ef183d421b1e6a2ae73c5b3342612')
 changelog=CHANGELOG.md
 
 prepare() {


[arch-commits] Commit in packer/repos/community-x86_64 (4 files)

2020-10-17 Thread Christian Rebischke via arch-commits
Date: Saturday, October 17, 2020 @ 11:50:51
  Author: shibumi
Revision: 725452

archrelease: copy trunk to community-x86_64

Added:
  packer/repos/community-x86_64/CHANGELOG.md
(from rev 725451, packer/trunk/CHANGELOG.md)
  packer/repos/community-x86_64/PKGBUILD
(from rev 725451, packer/trunk/PKGBUILD)
Deleted:
  packer/repos/community-x86_64/CHANGELOG.md
  packer/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md | 7228 -
 PKGBUILD |   90 
 2 files changed, 3659 insertions(+), 3659 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 725451:725452 to see the changes.


[arch-commits] Commit in minikube/repos/community-x86_64 (4 files)

2020-10-17 Thread Christian Rebischke via arch-commits
Date: Saturday, October 17, 2020 @ 11:42:36
  Author: shibumi
Revision: 725438

archrelease: copy trunk to community-x86_64

Added:
  minikube/repos/community-x86_64/CHANGELOG.md
(from rev 725437, minikube/trunk/CHANGELOG.md)
  minikube/repos/community-x86_64/PKGBUILD
(from rev 725437, minikube/trunk/PKGBUILD)
Deleted:
  minikube/repos/community-x86_64/CHANGELOG.md
  minikube/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md | 5082 -
 PKGBUILD |   94 -
 2 files changed, 2588 insertions(+), 2588 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 725437:725438 to see the changes.


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

2020-10-17 Thread Christian Rebischke via arch-commits
Date: Saturday, October 17, 2020 @ 11:42:24
  Author: shibumi
Revision: 725437

upgpkg: minikube 1.14.0-1

Modified:
  minikube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 11:42:18 UTC (rev 725436)
+++ PKGBUILD2020-10-17 11:42:24 UTC (rev 725437)
@@ -2,8 +2,8 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=minikube
-pkgver=1.13.0
-_minikube_commit=0c5e9de4ca6f9c55147ae7f90af97eff5befef5f
+pkgver=1.14.0
+_minikube_commit=b09ee50ec047410326a85435f4d99026f9c4f5c4
 pkgrel=1
 pkgdesc="A tool that makes it easy to run Kubernetes locally"
 url="https://github.com/kubernetes/minikube;


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

2020-10-17 Thread Christian Rebischke via arch-commits
Date: Saturday, October 17, 2020 @ 11:13:24
  Author: shibumi
Revision: 725385

archrelease: copy trunk to community-x86_64

Added:
  kubeone/repos/community-x86_64/PKGBUILD
(from rev 725384, kubeone/trunk/PKGBUILD)
Deleted:
  kubeone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-17 11:13:18 UTC (rev 725384)
+++ PKGBUILD2020-10-17 11:13:24 UTC (rev 725385)
@@ -1,66 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Loodse 
-
-pkgname=kubeone
-_pkgver=1.0.2
-pkgver="${_pkgver/-/}"
-# We check out the repo via git for retrieving necessary information
-# for `kubeone version`.
-_kubeone_commit="cd136169157687f2cc6ad720393d2115c834c181"
-pkgrel=2
-pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
-url="https://www.kubeone.io;
-arch=("x86_64")
-license=("Apache")
-makedepends=("go" "git")
-optdepends=("terraform: sourcing data about infrastructure and control plane 
nodes")
-source=("${pkgname}-${_pkgver}::git+https://github.com/kubermatic/kubeone#commit=${_kubeone_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}-${_pkgver}"
-  sed -E 's/(CGO_ENABLED)=0/\1=1/g' -i Makefile
-  sed '/^export GOFLAGS/ s/$/ -modcacherw -buildmode=pie/' -i Makefile
-  sed '/^GOLDFLAGS?=/ s/=/= -linkmode=external /' -i Makefile
-
-}
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  make build
-}
-
-check() {
-  cd "${pkgname}-${_pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # move documentation
-  mkdir -p "${pkgdir}/usr/share/doc"
-  cp -avr docs "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -avr examples "${pkgdir}/usr/share/doc/${pkgname}/examples"
-
-  # build man page
-  mkdir -p "${pkgdir}/usr/share/man/man1"
-  ./dist/"${pkgname}" document man -o "${pkgdir}/usr/share/man/man1"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  ./dist/"${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  ./dist/"${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/${pkgname}"
-}

Copied: kubeone/repos/community-x86_64/PKGBUILD (from rev 725384, 
kubeone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-17 11:13:24 UTC (rev 725385)
@@ -0,0 +1,66 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Loodse 
+
+pkgname=kubeone
+_pkgver=1.0.4
+pkgver="${_pkgver/-/}"
+# We check out the repo via git for retrieving necessary information
+# for `kubeone version`.
+_kubeone_commit="5eb07b9b6903888c417f828f2ca60cb90f448bab"
+pkgrel=1
+pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
+url="https://www.kubeone.io;
+arch=("x86_64")
+license=("Apache")
+makedepends=("go" "git")
+optdepends=("terraform: sourcing data about infrastructure and control plane 
nodes")
+source=("${pkgname}-${_pkgver}::git+https://github.com/kubermatic/kubeone#commit=${_kubeone_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}-${_pkgver}"
+  sed -E 's/(CGO_ENABLED)=0/\1=1/g' -i Makefile
+  sed '/^export GOFLAGS/ s/$/ -modcacherw -buildmode=pie/' -i Makefile
+  sed '/^GOLDFLAGS?=/ s/=/= -linkmode=external /' -i Makefile
+
+}
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  make build
+}
+
+check() {
+  cd "${pkgname}-${_pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # move documentation
+  mkdir -p "${pkgdir}/usr/share/doc"
+  cp -avr docs "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -avr examples "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  # build man page
+  mkdir -p "${pkgdir}/usr/share/man/man1"
+  ./dist/"${pkgname}" document man -o "${pkgdir}/usr/share/man/man1"
+
+  # build bash completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  ./dist/"${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+
+  # build zsh completions
+  mkdir -p 

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

2020-10-17 Thread Christian Rebischke via arch-commits
Date: Saturday, October 17, 2020 @ 11:13:18
  Author: shibumi
Revision: 725384

upgpkg: kubeone 1.0.4-1

Modified:
  kubeone/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 11:12:39 UTC (rev 725383)
+++ PKGBUILD2020-10-17 11:13:18 UTC (rev 725384)
@@ -2,12 +2,12 @@
 # Contributor: Loodse 
 
 pkgname=kubeone
-_pkgver=1.0.2
+_pkgver=1.0.4
 pkgver="${_pkgver/-/}"
 # We check out the repo via git for retrieving necessary information
 # for `kubeone version`.
-_kubeone_commit="cd136169157687f2cc6ad720393d2115c834c181"
-pkgrel=2
+_kubeone_commit="5eb07b9b6903888c417f828f2ca60cb90f448bab"
+pkgrel=1
 pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
 url="https://www.kubeone.io;
 arch=("x86_64")


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

2020-10-05 Thread Christian Rebischke via arch-commits
Date: Monday, October 5, 2020 @ 20:47:47
  Author: shibumi
Revision: 718959

upgpkg: tekton-cli 0.13.0-1

Modified:
  tekton-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-05 19:47:00 UTC (rev 718958)
+++ PKGBUILD2020-10-05 20:47:47 UTC (rev 718959)
@@ -7,29 +7,30 @@
 arch=('x86_64')
 url="https://github.com/tektoncd/cli;
 license=('Apache')
-makedepends=('go')
+makedepends=('go' 'git')
 depends=('glibc')
-source=("git+https://tektoncd/cli#tag=v${pkgver}?signed;)
-sha512sums=('2fd305db1c57b7f9b473ce4f3334b031045100e5b624735a1ed0ba2986e4223cb1e5cacf71da98981b54450760b3ee5684d8732e0b7020474acff6d5808db53b')
-validpgpkeys=()
+source=("${pkgname}::git+https://github.com/tektoncd/cli#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('66065D8F9D35B506AE99401CFEF7D4F0202F2B22')
 
 build() {
-  cd "${_pkgname}-${pkgver}/cmd/tkn"
+  cd "${pkgname}/cmd/tkn"
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOLDFLAGS="-linkmode=external"
   go build .
   chmod +x ./tkn
 }
 
 check() {
-  cd "${_pkgname}-${pkgver}/cmd/tkn"
+  cd "${pkgname}/cmd/tkn"
   go test ./...
 }
 
 package() {
-  cd "${_pkgname}-${pkgver}/cmd/tkn"
+  cd "${pkgname}/cmd/tkn"
   install -Dsm755 ./tkn "${pkgdir}/usr/bin/tkn"
 }


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

2020-10-05 Thread Christian Rebischke via arch-commits
Date: Monday, October 5, 2020 @ 20:47:53
  Author: shibumi
Revision: 718960

archrelease: copy trunk to community-x86_64

Added:
  tekton-cli/repos/community-x86_64/
  tekton-cli/repos/community-x86_64/PKGBUILD
(from rev 718959, tekton-cli/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: tekton-cli/repos/community-x86_64/PKGBUILD (from rev 718959, 
tekton-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-10-05 20:47:53 UTC (rev 718960)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=tekton-cli
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="CLI for interacting with the Tekton CI/CD pipeline"
+arch=('x86_64')
+url="https://github.com/tektoncd/cli;
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}::git+https://github.com/tektoncd/cli#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('66065D8F9D35B506AE99401CFEF7D4F0202F2B22')
+
+build() {
+  cd "${pkgname}/cmd/tkn"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOLDFLAGS="-linkmode=external"
+  go build .
+  chmod +x ./tkn
+}
+
+check() {
+  cd "${pkgname}/cmd/tkn"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}/cmd/tkn"
+  install -Dsm755 ./tkn "${pkgdir}/usr/bin/tkn"
+}


[arch-commits] Commit in (4 files)

2020-10-02 Thread Christian Rebischke via arch-commits
Date: Friday, October 2, 2020 @ 15:20:08
  Author: shibumi
Revision: 715496

add new package tekton-cli

Added:
  tekton-cli/
  tekton-cli/repos/
  tekton-cli/trunk/
  tekton-cli/trunk/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Added: tekton-cli/trunk/PKGBUILD
===
--- tekton-cli/trunk/PKGBUILD   (rev 0)
+++ tekton-cli/trunk/PKGBUILD   2020-10-02 15:20:08 UTC (rev 715496)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=tekton-cli
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="CLI for interacting with the Tekton CI/CD pipeline"
+arch=('x86_64')
+url="https://github.com/tektoncd/cli;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("git+https://tektoncd/cli#tag=v${pkgver}?signed;)
+sha512sums=('2fd305db1c57b7f9b473ce4f3334b031045100e5b624735a1ed0ba2986e4223cb1e5cacf71da98981b54450760b3ee5684d8732e0b7020474acff6d5808db53b')
+validpgpkeys=()
+
+build() {
+  cd "${_pkgname}-${pkgver}/cmd/tkn"
+  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 .
+  chmod +x ./tkn
+}
+
+check() {
+  cd "${_pkgname}-${pkgver}/cmd/tkn"
+  go test ./...
+}
+
+package() {
+  cd "${_pkgname}-${pkgver}/cmd/tkn"
+  install -Dsm755 ./tkn "${pkgdir}/usr/bin/tkn"
+}


[arch-commits] Commit in xdg-desktop-portal-wlr/repos (2 files)

2020-09-29 Thread Christian Rebischke via arch-commits
Date: Tuesday, September 29, 2020 @ 16:26:57
  Author: shibumi
Revision: 713721

archrelease: copy trunk to community-x86_64

Added:
  xdg-desktop-portal-wlr/repos/community-x86_64/
  xdg-desktop-portal-wlr/repos/community-x86_64/PKGBUILD
(from rev 713720, xdg-desktop-portal-wlr/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: xdg-desktop-portal-wlr/repos/community-x86_64/PKGBUILD (from rev 
713720, xdg-desktop-portal-wlr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-09-29 16:26:57 UTC (rev 713721)
@@ -0,0 +1,29 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Stefan Tatschner 
+
+pkgname=xdg-desktop-portal-wlr
+pkgver=0.1.0
+pkgrel=5
+pkgdesc='xdg-desktop-portal backend for wlroots'
+url="https://github.com/emersion/xdg-desktop-portal-wlr;
+arch=('x86_64')
+license=('MIT')
+provides=('xdg-desktop-portal-impl')
+depends=('xdg-desktop-portal' 'pipewire')
+makedepends=('meson' 'wayland-protocols' 'wayland')
+source=(
+  
"${pkgname}-${pkgver}::https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${pkgver}.tar.gz;
+)
+sha512sums=('07ae2ba3583e53f3b0e5b97cb60cb85ae835c403906f3b214f6feedc615e3266f5a0f9dc12997802834fdeb2958f6b22c195eebe420a93b3a697460a2a4e3367')
+
+build () {
+   cd "${pkgname}-${pkgver}"
+   arch-meson build
+   ninja -C build
+}
+
+package () {
+   cd "${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install
+}
+


[arch-commits] Commit in (4 files)

2020-09-29 Thread Christian Rebischke via arch-commits
Date: Tuesday, September 29, 2020 @ 16:25:32
  Author: shibumi
Revision: 713720

add new package to community

Added:
  xdg-desktop-portal-wlr/
  xdg-desktop-portal-wlr/repos/
  xdg-desktop-portal-wlr/trunk/
  xdg-desktop-portal-wlr/trunk/PKGBUILD

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Added: xdg-desktop-portal-wlr/trunk/PKGBUILD
===
--- xdg-desktop-portal-wlr/trunk/PKGBUILD   (rev 0)
+++ xdg-desktop-portal-wlr/trunk/PKGBUILD   2020-09-29 16:25:32 UTC (rev 
713720)
@@ -0,0 +1,29 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Stefan Tatschner 
+
+pkgname=xdg-desktop-portal-wlr
+pkgver=0.1.0
+pkgrel=5
+pkgdesc='xdg-desktop-portal backend for wlroots'
+url="https://github.com/emersion/xdg-desktop-portal-wlr;
+arch=('x86_64')
+license=('MIT')
+provides=('xdg-desktop-portal-impl')
+depends=('xdg-desktop-portal' 'pipewire')
+makedepends=('meson' 'wayland-protocols' 'wayland')
+source=(
+  
"${pkgname}-${pkgver}::https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${pkgver}.tar.gz;
+)
+sha512sums=('07ae2ba3583e53f3b0e5b97cb60cb85ae835c403906f3b214f6feedc615e3266f5a0f9dc12997802834fdeb2958f6b22c195eebe420a93b3a697460a2a4e3367')
+
+build () {
+   cd "${pkgname}-${pkgver}"
+   arch-meson build
+   ninja -C build
+}
+
+package () {
+   cd "${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install
+}
+


[arch-commits] Commit in puppet/repos/community-any (4 files)

2020-09-25 Thread Christian Rebischke via arch-commits
Date: Friday, September 25, 2020 @ 18:42:31
  Author: shibumi
Revision: 712195

archrelease: copy trunk to community-any

Added:
  puppet/repos/community-any/PKGBUILD
(from rev 712194, puppet/trunk/PKGBUILD)
  puppet/repos/community-any/puppet.install
(from rev 712194, puppet/trunk/puppet.install)
Deleted:
  puppet/repos/community-any/PKGBUILD
  puppet/repos/community-any/puppet.install

+
 PKGBUILD   |  228 +++
 puppet.install |   10 +-
 2 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-25 18:42:24 UTC (rev 712194)
+++ PKGBUILD2020-09-25 18:42:31 UTC (rev 712195)
@@ -1,114 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-# Contributor: Tim Meusel 
-
-pkgname=puppet
-pkgver=6.17.0
-pkgrel=1
-pkgdesc="Server automation framework and application"
-arch=('any')
-url="https://puppet.com/products/open-source-projects;
-license=('Apache')
-depends=('ruby' 'facter' 'hiera' 'ruby-semantic_puppet' 'ruby-augeas'
-'ruby-shadow' 'ruby-concurrent' 'ruby-multi_json' 'ruby-puppet-resource_api'
-'ruby-httpclient' 'ruby-deep_merge' 'ruby-sync')
-makedepends=('git' 'ruby-rspec')
-checkdepends=('ruby-rake' 'ruby-rspec' 'ruby-yard')
-backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/puppet.conf'
-'etc/puppetlabs/puppet/hiera.yaml')
-install="$pkgname.install"
-
-_augeas_commit=416e8fe9df9d467289e2923c083367b04e7d8bd1
-_cron_commit=4aa7bdba01493007b0d485b7ed78aee5ff347dca
-_host_commit=34dca65fe54ba08bd764691e2619371c213df70b
-_mount_commit=1e56e2588058551360269472823bf3426c5e1900
-_selinux_commit=cfa0d78156c507f1e95a4fbd91bd5a7b0c2a2ddc
-_sshkeys_commit=d28c73de96c5207409e1a1ed858399a643cca84f
-_yumrepo_commit=34a1559b2b9e5455efe39fae8c96ad55891d
-_zfs_commit=bd48971776fec1b01ae4ee401f13b06bd946107d
-_zone_commit=7880999cdcf15b9a3594b78a06e47399c78baba1
-
-source=("https://github.com/puppetlabs/puppet/archive/${pkgver}/puppet-${pkgver}.tar.gz;
-
"augeas_core::git+https://github.com/puppetlabs/puppetlabs-augeas_core#commit=${_augeas_commit};
-
"cron_core::git+https://github.com/puppetlabs/puppetlabs-cron_core#commit=${_cron_commit};
-
"host_core::git+https://github.com/puppetlabs/puppetlabs-host_core#commit=${_host_commit};
-
"mount_core::git+https://github.com/puppetlabs/puppetlabs-mount_core#commit=${_mount_commit};
-
"selinux_core::git+https://github.com/puppetlabs/puppetlabs-selinux_core#commit=${_selinux_commit};
-
"sshkeys_core::git+https://github.com/puppetlabs/puppetlabs-sshkeys_core#commit=${_sshkeys_commit};
-
"yumrepo_core::git+https://github.com/puppetlabs/puppetlabs-yumrepo_core#commit=${_yumrepo_commit};
-
"zfs_core::git+https://github.com/puppetlabs/puppetlabs-zfs_core#commit=${_zfs_commit};
-
"zone_core::git+https://github.com/puppetlabs/puppetlabs-zone_core#commit=${_zone_commit};
-)
-sha512sums=('6e7695f4bc5611224e00536f23877997ea2a74044c2c9bd20c8d60ac5daafcf24ee2a44871e6d7acb23328166fecb933ac83c0cb3d44eeb7d83394e9b893dca2'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-conflicts=('puppet5')
-provides=('puppet')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # FS#45044: fix file location
-  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # This breaks right now due to missing dependencies
-  #rake --tasks  # show all tasks
-  #rake commits # requires a git repo
-  #rake warnings# requires a git repo
-  #rake spec# run tests single threaded
-  #rake parallel:spec[8]
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # generate manpages | this breaks right now..
-  #rake gen_manpages
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d}
-
-  echo 'u puppet 52 "Puppet" /var/lib/puppet' > \
-"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
-  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Match permissions that puppet sets when running
-  install -dm775 "$pkgdir"/var/lib/puppet
-  chmod 750 

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

2020-09-25 Thread Christian Rebischke via arch-commits
Date: Friday, September 25, 2020 @ 18:42:24
  Author: shibumi
Revision: 712194

upgpkg: puppet 6.18.0-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-25 18:30:02 UTC (rev 712193)
+++ PKGBUILD2020-09-25 18:42:24 UTC (rev 712194)
@@ -10,7 +10,7 @@
 # Contributor: Tim Meusel 
 
 pkgname=puppet
-pkgver=6.17.0
+pkgver=6.18.0
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -27,13 +27,13 @@
 install="$pkgname.install"
 
 _augeas_commit=416e8fe9df9d467289e2923c083367b04e7d8bd1
-_cron_commit=4aa7bdba01493007b0d485b7ed78aee5ff347dca
+_cron_commit=cebfbf3365b08e967366c8e1b26e0297d17268d3
 _host_commit=34dca65fe54ba08bd764691e2619371c213df70b
 _mount_commit=1e56e2588058551360269472823bf3426c5e1900
 _selinux_commit=cfa0d78156c507f1e95a4fbd91bd5a7b0c2a2ddc
-_sshkeys_commit=d28c73de96c5207409e1a1ed858399a643cca84f
-_yumrepo_commit=34a1559b2b9e5455efe39fae8c96ad55891d
-_zfs_commit=bd48971776fec1b01ae4ee401f13b06bd946107d
+_sshkeys_commit=8eacd67a7235fc36370084ef2b094ea2e032b536
+_yumrepo_commit=4bf78c89309e2539342aaed5b9c92ea6a0a96281
+_zfs_commit=98192e8adecd7fa60bcb8c49c6af62faeda22730
 _zone_commit=7880999cdcf15b9a3594b78a06e47399c78baba1
 
 
source=("https://github.com/puppetlabs/puppet/archive/${pkgver}/puppet-${pkgver}.tar.gz;
@@ -47,7 +47,7 @@
 
"zfs_core::git+https://github.com/puppetlabs/puppetlabs-zfs_core#commit=${_zfs_commit};
 
"zone_core::git+https://github.com/puppetlabs/puppetlabs-zone_core#commit=${_zone_commit};
 )
-sha512sums=('6e7695f4bc5611224e00536f23877997ea2a74044c2c9bd20c8d60ac5daafcf24ee2a44871e6d7acb23328166fecb933ac83c0cb3d44eeb7d83394e9b893dca2'
+sha512sums=('35bd0d987a0b2fe716ae623a3b39a5d97f56e6db04f02b779527f32bd085f2fbc1530f8d3e9bcf87065aeedd2d877b1b7fe66219940489a9fca1be8506519e6f'
 'SKIP'
 'SKIP'
 'SKIP'


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

2020-09-21 Thread Christian Rebischke via arch-commits
Date: Monday, September 21, 2020 @ 15:30:03
  Author: shibumi
Revision: 711227

upgpkg: kubeone 1.0.2-2 enable all security flags for kubeone

Modified:
  kubeone/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-21 14:45:04 UTC (rev 711226)
+++ PKGBUILD2020-09-21 15:30:03 UTC (rev 711227)
@@ -7,7 +7,7 @@
 # We check out the repo via git for retrieving necessary information
 # for `kubeone version`.
 _kubeone_commit="cd136169157687f2cc6ad720393d2115c834c181"
-pkgrel=1
+pkgrel=2
 pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
 url="https://www.kubeone.io;
 arch=("x86_64")
@@ -17,6 +17,14 @@
 
source=("${pkgname}-${_pkgver}::git+https://github.com/kubermatic/kubeone#commit=${_kubeone_commit};)
 sha512sums=('SKIP')
 
+prepare() {
+  cd "${pkgname}-${_pkgver}"
+  sed -E 's/(CGO_ENABLED)=0/\1=1/g' -i Makefile
+  sed '/^export GOFLAGS/ s/$/ -modcacherw -buildmode=pie/' -i Makefile
+  sed '/^GOLDFLAGS?=/ s/=/= -linkmode=external /' -i Makefile
+
+}
+
 build() {
   cd "${pkgname}-${_pkgver}"
   export CGO_CPPFLAGS="${CPPFLAGS}"
@@ -23,7 +31,6 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
   make build
 }
 
@@ -33,7 +40,6 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
   make test
 }
 


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

2020-09-21 Thread Christian Rebischke via arch-commits
Date: Monday, September 21, 2020 @ 15:30:09
  Author: shibumi
Revision: 711228

archrelease: copy trunk to community-x86_64

Added:
  kubeone/repos/community-x86_64/PKGBUILD
(from rev 711227, kubeone/trunk/PKGBUILD)
Deleted:
  kubeone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-21 15:30:03 UTC (rev 711227)
+++ PKGBUILD2020-09-21 15:30:09 UTC (rev 711228)
@@ -1,60 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Loodse 
-
-pkgname=kubeone
-_pkgver=1.0.2
-pkgver="${_pkgver/-/}"
-# We check out the repo via git for retrieving necessary information
-# for `kubeone version`.
-_kubeone_commit="cd136169157687f2cc6ad720393d2115c834c181"
-pkgrel=1
-pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
-url="https://www.kubeone.io;
-arch=("x86_64")
-license=("Apache")
-makedepends=("go" "git")
-optdepends=("terraform: sourcing data about infrastructure and control plane 
nodes")
-source=("${pkgname}-${_pkgver}::git+https://github.com/kubermatic/kubeone#commit=${_kubeone_commit};)
-sha512sums=('SKIP')
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make build
-}
-
-check() {
-  cd "${pkgname}-${_pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # move documentation
-  mkdir -p "${pkgdir}/usr/share/doc"
-  cp -avr docs "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -avr examples "${pkgdir}/usr/share/doc/${pkgname}/examples"
-
-  # build man page
-  mkdir -p "${pkgdir}/usr/share/man/man1"
-  ./dist/"${pkgname}" document man -o "${pkgdir}/usr/share/man/man1"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  ./dist/"${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  ./dist/"${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/${pkgname}"
-}

Copied: kubeone/repos/community-x86_64/PKGBUILD (from rev 711227, 
kubeone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-21 15:30:09 UTC (rev 711228)
@@ -0,0 +1,66 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Loodse 
+
+pkgname=kubeone
+_pkgver=1.0.2
+pkgver="${_pkgver/-/}"
+# We check out the repo via git for retrieving necessary information
+# for `kubeone version`.
+_kubeone_commit="cd136169157687f2cc6ad720393d2115c834c181"
+pkgrel=2
+pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
+url="https://www.kubeone.io;
+arch=("x86_64")
+license=("Apache")
+makedepends=("go" "git")
+optdepends=("terraform: sourcing data about infrastructure and control plane 
nodes")
+source=("${pkgname}-${_pkgver}::git+https://github.com/kubermatic/kubeone#commit=${_kubeone_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}-${_pkgver}"
+  sed -E 's/(CGO_ENABLED)=0/\1=1/g' -i Makefile
+  sed '/^export GOFLAGS/ s/$/ -modcacherw -buildmode=pie/' -i Makefile
+  sed '/^GOLDFLAGS?=/ s/=/= -linkmode=external /' -i Makefile
+
+}
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  make build
+}
+
+check() {
+  cd "${pkgname}-${_pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # move documentation
+  mkdir -p "${pkgdir}/usr/share/doc"
+  cp -avr docs "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -avr examples "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  # build man page
+  mkdir -p "${pkgdir}/usr/share/man/man1"
+  ./dist/"${pkgname}" document man -o "${pkgdir}/usr/share/man/man1"
+
+  # build bash completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  ./dist/"${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+
+  # build zsh completions
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
+  ./dist/"${pkgname}" completion zsh > 

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

2020-09-21 Thread Christian Rebischke via arch-commits
Date: Monday, September 21, 2020 @ 14:38:20
  Author: shibumi
Revision: 711224

archrelease: copy trunk to community-x86_64

Added:
  kubeone/repos/community-x86_64/PKGBUILD
(from rev 711223, kubeone/trunk/PKGBUILD)
Deleted:
  kubeone/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-21 14:38:13 UTC (rev 711223)
+++ PKGBUILD2020-09-21 14:38:20 UTC (rev 711224)
@@ -1,60 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Loodse 
-
-pkgname=kubeone
-_pkgver=1.0.0
-pkgver="${_pkgver/-/}"
-# We check out the repo via git for retrieving necessary information
-# for `kubeone version`.
-_kubeone_commit="f9bb4fb1170192fe6a9ceffca92cab7be72ac999"
-pkgrel=1
-pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
-url="https://www.kubeone.io;
-arch=("x86_64")
-license=("Apache")
-makedepends=("go" "git")
-optdepends=("terraform: sourcing data about infrastructure and control plane 
nodes")
-source=("${pkgname}-${_pkgver}::git+https://github.com/kubermatic/kubeone#commit=${_kubeone_commit};)
-sha512sums=('SKIP')
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make build
-}
-
-check() {
-  cd "${pkgname}-${_pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # move documentation
-  mkdir -p "${pkgdir}/usr/share/doc"
-  cp -avr docs "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -avr examples "${pkgdir}/usr/share/doc/${pkgname}/examples"
-
-  # build man page
-  mkdir -p "${pkgdir}/usr/share/man/man1"
-  ./dist/"${pkgname}" document man -o "${pkgdir}/usr/share/man/man1"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  ./dist/"${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  ./dist/"${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/${pkgname}"
-}

Copied: kubeone/repos/community-x86_64/PKGBUILD (from rev 711223, 
kubeone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-21 14:38:20 UTC (rev 711224)
@@ -0,0 +1,60 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Loodse 
+
+pkgname=kubeone
+_pkgver=1.0.2
+pkgver="${_pkgver/-/}"
+# We check out the repo via git for retrieving necessary information
+# for `kubeone version`.
+_kubeone_commit="cd136169157687f2cc6ad720393d2115c834c181"
+pkgrel=1
+pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
+url="https://www.kubeone.io;
+arch=("x86_64")
+license=("Apache")
+makedepends=("go" "git")
+optdepends=("terraform: sourcing data about infrastructure and control plane 
nodes")
+source=("${pkgname}-${_pkgver}::git+https://github.com/kubermatic/kubeone#commit=${_kubeone_commit};)
+sha512sums=('SKIP')
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make build
+}
+
+check() {
+  cd "${pkgname}-${_pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # move documentation
+  mkdir -p "${pkgdir}/usr/share/doc"
+  cp -avr docs "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -avr examples "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  # build man page
+  mkdir -p "${pkgdir}/usr/share/man/man1"
+  ./dist/"${pkgname}" document man -o "${pkgdir}/usr/share/man/man1"
+
+  # build bash completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  ./dist/"${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+
+  # build zsh completions
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
+  ./dist/"${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/${pkgname}"
+}


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

2020-09-21 Thread Christian Rebischke via arch-commits
Date: Monday, September 21, 2020 @ 14:38:13
  Author: shibumi
Revision: 711223

upgpkg: kubeone 1.0.2-1

Modified:
  kubeone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-21 13:45:25 UTC (rev 711222)
+++ PKGBUILD2020-09-21 14:38:13 UTC (rev 711223)
@@ -2,11 +2,11 @@
 # Contributor: Loodse 
 
 pkgname=kubeone
-_pkgver=1.0.0
+_pkgver=1.0.2
 pkgver="${_pkgver/-/}"
 # We check out the repo via git for retrieving necessary information
 # for `kubeone version`.
-_kubeone_commit="f9bb4fb1170192fe6a9ceffca92cab7be72ac999"
+_kubeone_commit="cd136169157687f2cc6ad720393d2115c834c181"
 pkgrel=1
 pkgdesc="A lifecycle management tool for Highly-Available Kubernetes clusters"
 url="https://www.kubeone.io;


[arch-commits] Commit in glances/repos/community-any (6 files)

2020-09-20 Thread Christian Rebischke via arch-commits
Date: Sunday, September 20, 2020 @ 14:04:39
  Author: shibumi
Revision: 711105

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/NEWS.rst
(from rev 711104, glances/trunk/NEWS.rst)
  glances/repos/community-any/PKGBUILD
(from rev 711104, glances/trunk/PKGBUILD)
  glances/repos/community-any/glances.service
(from rev 711104, glances/trunk/glances.service)
Deleted:
  glances/repos/community-any/NEWS.rst
  glances/repos/community-any/PKGBUILD
  glances/repos/community-any/glances.service

-+
 NEWS.rst| 2408 +++---
 PKGBUILD|   68 -
 glances.service |   16 
 3 files changed, 1246 insertions(+), 1246 deletions(-)

Deleted: NEWS.rst
===
--- NEWS.rst2020-09-20 14:04:30 UTC (rev 711104)
+++ NEWS.rst2020-09-20 14:04:39 UTC (rev 711105)
@@ -1,1204 +0,0 @@
-==
-Glances Version 3
-==
-
-Version 3.1.5
-=
-
-Under development...
-
-Version 3.1.4
-=
-
-Enhancements and new features:
-
-* FS filtering can be done on device name documentation enhancement #1606
-* Feature request: Include hostname in all (e.g. kafka) exports #1594
-* Threading.isAlive was removed in Python 3.9. Use is_alive. #1585
-* log file under public/shared tmp/ folders must not have deterministic 
name #1575
-* Install / Systemd Debian documentation #1560
-* Display load as percentage when Irix mode is disable #1554
-* [WebUI] Add a new TCP connections status plugin new feature #1547
-* Make processes.sort_key configurable enhancement #1536
-* NVIDIA GPU temperature #1523
-* Feature request: HDD S.M.A.R.T. #1288
-
-Bugs corrected:
-
-* Glances 3.1.3: when no network interface with Public address #1615
-* NameError: name 'logger' is not defined #1602
-* Disk IO stats missing after upgrade to 5.5.x kernel #1601
-* Glances don't want to run on Crostini (LXC Container, Debian 10, python 
3.7.3) #1600
-* Kafka key name needs to be bytes #1593
-* Cant start glances with glances --export mqtt #1581
-* [WEBUI] AMP plugins is not displayed correctly in the Web Interface #1574
-* Unhandled AttributeError when no config files found #1569
-* Glances writing lots of Docker Error message in logs file enhancement 
#1561
-* GPU stats not showing on mobile web view bug needs test #1555
-* KeyError: b'Rss:' in memory_maps #1551
-* CPU usage is always 100% #1550
-* IP plugin still exporting data when disabled #1544
-* Quicklook plugin not working on Systemd #1537
-
-Version 3.1.3
-=
-
-Enhancements and new features:
-
-  * Add a new TCP connections status plugin enhancement #1526
-  * Add --enable-plugin option from the command line
-
-Bugs corrected:
-
-  * Fix custom refresh time in the web UI #1548 by notFloran
-  * Fix issue in WebUI with empty docker stats #1546 by notFloran
-  * Glances fails without network interface bug #1535
-  * Disable option in the configuration file is now take into account
-
-Others:
-
-  * Sensors plugin is disable by default (high CPU consumption on some Liux 
distribution).
-
-Version 3.1.2
-=
-
-Enhancements and new features:
-
-  * Make CSV export append instead of replace #1525
-  * HDDTEMP config IP and Port #1508
-  * [Feature Request] Option in config to change character used to display 
percentage in Quicklook #1508
-
-Bugs corrected:
-  * Cannot restart glances with --export influxdb after update to 3.1.1 bug 
#1530
-  * ip plugin empty interface bug #1509
-  * Glances Snap doesn't run on Orange Pi Zero running Ubuntu Core 16 bug #1517
-  * Error with IP Plugin : object has no attribute bug #1528
-  * repair the problem that when running 'glances --stdout-csv amps' #1520
-  * Possible typo in glances_influxdb.py #1514
-
-Others:
-
-  * In debug mode (-d) all duration (init, update are now logged). Grep 
duration in log file.
-
-Version 3.1.1
-=
-
-Enhancements and new features:
-
-* Please add some sparklines! #1446
-* Add Load Average (similar to Linux) on Windows #344
-* Add authprovider for cassandra export (thanks to @EmilienMottet) #1395
-* Curses's browser server list sorting added (thanks to @limfreee) #1396
-* ElasticSearch: add date to index, unbreak object push (thanks to 
@genevera) #1438
-* Performance issue with large folder #1491
-* Can't connect to influxdb with https enabled #1497
-
-Bugs corrected:
-
-* Fix Cassandra table name export #1402
-* 500 Internal Server Error /api/3/network/interface_name #1401
-* Connection to MQTT server failed : getaddrinfo() argument 2 must be 
integer or string #1450
-* `l` keypress (hide alert log) not working after some time #1449
-

  1   2   3   4   5   6   7   8   9   10   >