Date: Saturday, May 6, 2023 @ 22:47:06
Author: shibumi
Revision: 1459183
archrelease: copy trunk to community-x86_64
Added:
git-credential-gopass/repos/community-x86_64/PKGBUILD
(from rev 1459182, 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 2023-05-06 22:46:57 UTC (rev 1459182)
+++ PKGBUILD 2023-05-06 22:47:06 UTC (rev 1459183)
@@ -1,36 +0,0 @@
-# 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"
-}
Copied: git-credential-gopass/repos/community-x86_64/PKGBUILD (from rev
1459182, git-credential-gopass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-06 22:47:06 UTC (rev 1459183)
@@ -0,0 +1,36 @@
+# Maintainer: christian rebischke <[email protected]>
+
+pkgname=git-credential-gopass
+pkgver=1.15.5
+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=('de67f21b27dc4f8e5437b465a748dabf3563393b09aefff08016fe367ffd847b3ad196d034589a05e1723763abf56395ab08372a05b86005cca11a3cc4cfb91f')
+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"
+}