Date: Saturday, May 6, 2023 @ 18:41:40
Author: shibumi
Revision: 1459070
archrelease: copy trunk to community-x86_64
Added:
gitsign/repos/community-x86_64/PKGBUILD
(from rev 1459069, gitsign/trunk/PKGBUILD)
Deleted:
gitsign/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-06 18:41:32 UTC (rev 1459069)
+++ PKGBUILD 2023-05-06 18:41:40 UTC (rev 1459070)
@@ -1,30 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-# Contriubutor: Jamie Magee <jamie dot magee at gmail dot com>
-
-pkgname=gitsign
-pkgver=0.5.2
-pkgrel=1
-pkgdesc='Keyless Git signing using Sigstore'
-arch=('x86_64')
-url='https://github.com/sigstore/gitsign'
-license=(APACHE)
-makedepends=(go)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('86b87b3fd91483cbf228b0e164da8f127e6f15edce94c7ba4c49e53ab6cbf670664c9b6ad7c789ff9029e460c6503e0676a0bdaa61504570f1cecd1686a926a1')
-
-build() {
- cd $pkgname-$pkgver
- export CGO_LDFLAGS="${LDFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
- make build-all
-}
-
-package() {
- cd $pkgname-$pkgver
-
- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: gitsign/repos/community-x86_64/PKGBUILD (from rev 1459069,
gitsign/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-06 18:41:40 UTC (rev 1459070)
@@ -0,0 +1,30 @@
+# Maintainer: Christian Rebischke <[email protected]>
+# Contriubutor: Jamie Magee <jamie dot magee at gmail dot com>
+
+pkgname=gitsign
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Keyless Git signing using Sigstore'
+arch=('x86_64')
+url='https://github.com/sigstore/gitsign'
+license=(APACHE)
+makedepends=(go)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
+b2sums=('0f2174ef401390a5e66b88980518addf4bfe832db1a4b9dc9ed2b73611524380d88296296d15c9267615ff21c0e31ac6c1b3979a2015b74cab2f16c8400bd65e')
+
+build() {
+ cd $pkgname-$pkgver
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+ make build-all
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}