Date: Sunday, October 2, 2022 @ 14:48:49
Author: shibumi
Revision: 1320637
archrelease: copy trunk to community-x86_64
Added:
git-credential-gopass/repos/community-x86_64/PKGBUILD
(from rev 1320636, git-credential-gopass/trunk/PKGBUILD)
Deleted:
git-credential-gopass/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-02 14:48:41 UTC (rev 1320636)
+++ PKGBUILD 2022-10-02 14:48:49 UTC (rev 1320637)
@@ -1,36 +0,0 @@
-# Maintainer: christian rebischke <[email protected]>
-
-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"
-}
Copied: git-credential-gopass/repos/community-x86_64/PKGBUILD (from rev
1320636, git-credential-gopass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-02 14:48:49 UTC (rev 1320637)
@@ -0,0 +1,36 @@
+# Maintainer: christian rebischke <[email protected]>
+
+pkgname=git-credential-gopass
+pkgver=1.14.9
+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=('a81a6b34fa402abad7529d65f1d63fcbe6ccbbfa167ee24e06c4f9c2367c9ff93dd4b949d515606fe739d7ec0c0ee745ddc1816e8dd1e310aafc6abe4b63a0e6')
+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"
+}