Date: Tuesday, January 17, 2023 @ 17:51:49
  Author: orhun
Revision: 1386754

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-17 17:51:13 UTC (rev 1386753)
+++ PKGBUILD    2023-01-17 17:51:49 UTC (rev 1386754)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Carlo Cabanilla <[email protected]>
-# Contributor: Christoph Gysin <[email protected]>
-
-pkgname=aws-vault
-pkgver=6.6.1
-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=('0b87b2f07b1d57ee392a79f3232aa659c07bf500c0531e6d888dab3977b44112')
-b2sums=('4c685c7840808dee9af15889e66c69ccea0f0602c884e69f41a27a6821ce5bb74f768f8f3d1725837ae09bfa4f4ff691f9cfa2c4560bb074685c95b07a7acc95')
-
-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 1386753, 
aws-vault/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-17 17:51:49 UTC (rev 1386754)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Carlo Cabanilla <[email protected]>
+# Contributor: Christoph Gysin <[email protected]>
+
+pkgname=aws-vault
+pkgver=6.6.2
+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=('46383026e6261d03b9316a094b803823a1ca538f19bdd30d1aa0135766409fb5')
+b2sums=('0ad381a4a166bac80f7c2fc30138776aecf9a163a7ec225ad38572422e40f87b15252542404994bc5ac3b52e8ae2344f244022279d6cc024994605b13d3f1016')
+
+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:

Reply via email to