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

Santiago Torres-Arias sangy at archlinux.org
Tue Apr 27 16:28:39 UTC 2021


    Date: Tuesday, April 27, 2021 @ 16:28:38
  Author: sangy
Revision: 924808

upgpkg: cosign 0.3.1-2

fix: pcsclite is actually runtime, not make dep

Modified:
  cosign/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 16:25:07 UTC (rev 924807)
+++ PKGBUILD	2021-04-27 16:28:38 UTC (rev 924808)
@@ -2,12 +2,13 @@
 
 pkgname=cosign
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Container Signing with support for ephemeral keys and Sigstore signing"
 arch=('x86_64')
 url="https://github.com/sigstore/cosign"
 license=('Apache')
-makedepends=('go' 'git' 'pcsclite')
+depends=('pcsclite')
+makedepends=('go' 'git')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz")
 sha256sums=('61bd6b0a0eaf646e0e3fe47589b30e4e38a57532abb905e884d65d93557a8e22')
 



More information about the arch-commits mailing list