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

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun Feb 6 18:23:31 UTC 2022


    Date: Sunday, February 6, 2022 @ 18:23:31
  Author: orhun
Revision: 1127240

archrelease: copy trunk to community-x86_64

Added:
  aws-vault/repos/community-x86_64/PKGBUILD
    (from rev 1127239, aws-vault/trunk/PKGBUILD)
Deleted:
  aws-vault/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-06 18:23:23 UTC (rev 1127239)
+++ PKGBUILD	2022-02-06 18:23:31 UTC (rev 1127240)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Carlo Cabanilla <carlo.cabanilla at gmail.com>
-# Contributor: Christoph Gysin <christoph.gysin at gmail.com>
-
-pkgname=aws-vault
-pkgver=6.4.0
-pkgrel=1
-pkgdesc='Vault for securely storing and accessing AWS credentials in development environments'
-url='https://github.com/99designs/aws-vault'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-optdepends=(
-  'zenity: graphical prompt'
-  'kdialog: graphical prompt'
-)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('28845a2191e9f777d78151308b883fc7db4475a1c1df80ff24d13ced948a8f96')
-b2sums=('62931d5f54e233a8d6e7b3e6bf73c68dd34d50304f78082494320d85a237bf17ddf035cf5a2de1d653ebceee5e30415f042c2ee0c59a7f10a352d2d5fcc8391b')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
-  go build -v \
-    -ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X main.Version=v${pkgver}" .
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md USAGE.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 -p contrib/completions/bash/${pkgname}.bash "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm 644 -p contrib/completions/zsh/${pkgname}.zsh "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  install -Dm 644 -p contrib/completions/fish/${pkgname}.fish "${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: aws-vault/repos/community-x86_64/PKGBUILD (from rev 1127239, aws-vault/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-06 18:23:31 UTC (rev 1127240)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Carlo Cabanilla <carlo.cabanilla at gmail.com>
+# Contributor: Christoph Gysin <christoph.gysin at gmail.com>
+
+pkgname=aws-vault
+pkgver=6.5.0
+pkgrel=1
+pkgdesc='Vault for securely storing and accessing AWS credentials in development environments'
+url='https://github.com/99designs/aws-vault'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+optdepends=(
+  'zenity: graphical prompt'
+  'kdialog: graphical prompt'
+)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('b2127b20a58fd75d92a2af28e77368dd9ab3c576dc73c3d56c3817e496a45515')
+b2sums=('1b7620a74a0e3445a8cd13468f6a31bc27a7773bc7fec5740853b05974fcfa970e1215ca551dd66081e7e94325ab8757053814f13cb26585a8bdd6c1c414467d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
+  go build -v \
+    -ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X main.Version=v${pkgver}" .
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md USAGE.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 -p contrib/completions/bash/${pkgname}.bash "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -Dm 644 -p contrib/completions/zsh/${pkgname}.zsh "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  install -Dm 644 -p contrib/completions/fish/${pkgname}.fish "${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list