[arch-commits] Commit in cosign/trunk (PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Sat Mar 20 01:14:46 UTC 2021


    Date: Saturday, March 20, 2021 @ 01:14:46
  Author: sangy
Revision: 895540

upgpkg: cosign 0.1.0-2

+copasetic

Modified:
  cosign/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 01:13:01 UTC (rev 895539)
+++ PKGBUILD	2021-03-20 01:14:46 UTC (rev 895540)
@@ -2,7 +2,7 @@
 
 pkgname=cosign
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Container Signing with support for ephemeral keys and Sigstore signing"
 arch=('x86_64')
 url="https://github.com/sigstore/cosign"
@@ -30,5 +30,5 @@
 package() {
   cd "${pkgname}-${pkgver}"
   install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm755 build/copasetic "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm755 build/copasetic "${pkgdir}/usr/bin/copasetic"
 }



More information about the arch-commits mailing list