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

Christian Rebischke shibumi at gemini.archlinux.org
Wed Aug 3 23:38:19 UTC 2022


    Date: Wednesday, August 3, 2022 @ 23:38:18
  Author: shibumi
Revision: 1260191

archrelease: copy trunk to community-x86_64

Added:
  gopass-hibp/repos/community-x86_64/PKGBUILD
    (from rev 1260190, gopass-hibp/trunk/PKGBUILD)
Deleted:
  gopass-hibp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-03 23:38:05 UTC (rev 1260190)
+++ PKGBUILD	2022-08-03 23:38:18 UTC (rev 1260191)
@@ -1,35 +0,0 @@
-# Maintainer: christian rebischke <chris.rebischke at archlinux.org>
-
-pkgname=gopass-hibp
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="haveibeenpwnd.com integration for gopass"
-arch=('x86_64')
-url="https://github.com/gopasspw/gopass-hibp"
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass-hibp/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('cb5a5af5fe7f0c10d4afbf4835d8e88604d57e0ba593d2d2211f8e1bce3db6f0883802f9e8421a45ad985ae81b3ac940361678f8982d45436f2e5a625c7197f7')
-
-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: gopass-hibp/repos/community-x86_64/PKGBUILD (from rev 1260190, gopass-hibp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-03 23:38:18 UTC (rev 1260191)
@@ -0,0 +1,36 @@
+# Maintainer: christian rebischke <chris.rebischke at archlinux.org>
+
+pkgname=gopass-hibp
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="haveibeenpwnd.com integration for gopass"
+arch=('x86_64')
+url="https://github.com/gopasspw/gopass-hibp"
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass-hibp/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('9566ea654f5bb91703b17eb6224694056e34694a4c38635192fac8e5dae630fe12cc398df17fe2a89de6fd6db4fa6e97c2d3b3c77e1d73c1775cb6355b37cfda')
+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