Date: Friday, March 10, 2023 @ 15:20:22
  Author: orhun
Revision: 1417284

archrelease: copy trunk to community-x86_64

Added:
  aws-vault/repos/community-x86_64/PKGBUILD
    (from rev 1417283, 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-03-10 15:20:06 UTC (rev 1417283)
+++ PKGBUILD    2023-03-10 15:20:22 UTC (rev 1417284)
@@ -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=7.0.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=('edee6887fa99b499ee464c3809a6ea6931e68ab3791d530b57e959d7b7472d85')
-b2sums=('4d493c59187f24072f6fd0a7163750a8cdeb6b793c7b7b0a76b62e058cdbe5d1ddf7fc77dfea5d6dc00aed815f8bab783844d537d4c876627a5571bb72c85958')
-
-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 1417283, 
aws-vault/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-10 15:20:22 UTC (rev 1417284)
@@ -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=7.0.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=('b4de78755ea2032839ed5ae1c69bd1a7b09eae986da185163eef190f8e7896da')
+b2sums=('3d1b2429c1bb8b706b207c1f859610650db6d0425400e2eb8f5cbe47f1620764de5b7971a1d06a05c19d85aee4539fef8c0d6cad0f56ab623f2048efdd6b615b')
+
+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