[arch-commits] Commit in git-credential-gopass/repos/community-x86_64 (2 files)

Christian Rebischke shibumi at gemini.archlinux.org
Wed Aug 3 23:36:16 UTC 2022


    Date: Wednesday, August 3, 2022 @ 23:36:16
  Author: shibumi
Revision: 1260189

archrelease: copy trunk to community-x86_64

Added:
  git-credential-gopass/repos/community-x86_64/PKGBUILD
    (from rev 1260188, git-credential-gopass/trunk/PKGBUILD)
Deleted:
  git-credential-gopass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-03 23:36:06 UTC (rev 1260188)
+++ PKGBUILD	2022-08-03 23:36:16 UTC (rev 1260189)
@@ -1,35 +0,0 @@
-# Maintainer: christian rebischke <chris.rebischke at archlinux.org>
-
-pkgname=git-credential-gopass
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="git-credentials helper for gopass"
-arch=('x86_64')
-url="https://github.com/gopasspw/git-credential-gopass"
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/git-credential-gopass/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('b6200930a08bd6ecea04a4b857ecd51fd5e3f0dfceed0d743ba5f097a73726b8a3f34635e06f3051fdcbf98b9a04dac50a462a2f1edf392b6540ff1387e46ca1')
-
-prepare(){
-  cd ${pkgname}-${pkgver}
-  sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' Makefile
-  sed -i 's/install-completion//g' Makefile
-}
-
-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
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: git-credential-gopass/repos/community-x86_64/PKGBUILD (from rev 1260188, git-credential-gopass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-03 23:36:16 UTC (rev 1260189)
@@ -0,0 +1,36 @@
+# Maintainer: christian rebischke <chris.rebischke at archlinux.org>
+
+pkgname=git-credential-gopass
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="git-credentials helper for gopass"
+arch=('x86_64')
+url="https://github.com/gopasspw/git-credential-gopass"
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/git-credential-gopass/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('c344ea5655f44be17292254223792c12bc668bcbd0750c1d63a1347b3af8ee154c64862e9b56d427694841327c752f761abea4da62ec68d2d9f25bdeeefefcfa')
+options=('!lto')
+
+prepare(){
+  cd ${pkgname}-${pkgver}
+  sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' Makefile
+  sed -i 's/install-completion//g' Makefile
+}
+
+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
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list