summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad727b8b1f6c..5bb8eaad7977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-sigstore
_name=${pkgname#python-}
-pkgver=1.1.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="sigstore is a tool for signing and verifying Python package distributions."
arch=('any')
@@ -13,7 +13,7 @@ depends=(python python-requests python-pydantic python-pyopenssl python-securesy
makedepends=(python-flit-core python-build python-installer python-wheel)
checkdepends=(python)
source=(https://github.com/sigstore/sigstore-python/archive/refs/tags/v${pkgver}.tar.gz)
-b2sums=(3a592239e4c08306f872fecc0a7f29e3f26008bbc889b239270a38c55430db2446027cc43dd07356b3a5dd3de4efb696e6a46854b58a8fd6674c8685929a06c3)
+b2sums=(64ba8faaac92affacc50e4c86395d027b0933d8dbb2b1a92ffcb584ed7bcc3035660f4db307ff5871304c20395d6793c6dcbc592bc08b2bcc293cb0326d53028)
build() {
cd "sigstore-python-$pkgver"