Date: Sunday, September 11, 2022 @ 15:13:54
Author: shibumi
Revision: 1300563
archrelease: copy trunk to community-x86_64
Added:
gopass-jsonapi/repos/community-x86_64/PKGBUILD
(from rev 1300562, gopass-jsonapi/trunk/PKGBUILD)
Deleted:
gopass-jsonapi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-11 15:13:43 UTC (rev 1300562)
+++ PKGBUILD 2022-09-11 15:13:54 UTC (rev 1300563)
@@ -1,36 +0,0 @@
-# Maintainer: christian rebischke <[email protected]>
-
-pkgname=gopass-jsonapi
-pkgver=1.11.1
-pkgrel=2
-pkgdesc="jsonapi for gopass used for bridging to browsers"
-arch=('x86_64')
-url="https://github.com/gopasspw/gopass-jsonapi"
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-options=('!lto')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass-jsonapi/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('231585e4e6de51a7f98218d80cc805d71e4b61e5ec1eff7dfeab8ed2cc2a031ee21c58f2cf9e5e081dc24e7b90ffe7bd59ac7522fee1a3eeff187534c7eb0cc1')
-
-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-jsonapi/repos/community-x86_64/PKGBUILD (from rev 1300562,
gopass-jsonapi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-11 15:13:54 UTC (rev 1300563)
@@ -0,0 +1,36 @@
+# Maintainer: christian rebischke <[email protected]>
+
+pkgname=gopass-jsonapi
+pkgver=1.14.6
+pkgrel=1
+pkgdesc="jsonapi for gopass used for bridging to browsers"
+arch=('x86_64')
+url="https://github.com/gopasspw/gopass-jsonapi"
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+options=('!lto')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass-jsonapi/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('592fbc276bed2cc3f428aee2ac370ee8a20c1649f6df1c377725f5c137ef47c870628ae05aa8de9f7c066eec280ae79a0b0b7353ebcf9bb8952fd060b7d90891')
+
+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"
+}