summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-21 15:16:12 +0300
committerCaleb Maclennan2024-03-21 15:16:12 +0300
commit1bd96f658149f8fe8b1dfd306c2378008aeb26da (patch)
treeb7662b441277e00c6a20eb0825f559b22d5b410b /PKGBUILD
parent9efaefa76de2e09b724967da7cbb29ade92d8792 (diff)
downloadaur-1bd96f658149f8fe8b1dfd306c2378008aeb26da.tar.gz
upgpkg: python-scmrepo 3.3.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2daf65461ed3..5aef6ef59d16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-scmrepo
_pyname=${pkgname#python-}
-pkgver=3.1.0
+pkgver=3.3.0
pkgrel=1
pkgdesc='SCM wrapper and fsspec filesystem for Git for use in DVC'
arch=(any)
@@ -25,7 +25,7 @@ checkdepends=(python-cryptography
python-pytest)
_archive=("$_pyname-$pkgver")
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('9b91f3afe52cfe5707d7b4d4af9ff0403a4200152d2a4ea1388b325071ded8a9')
+sha256sums=('36e64f5324764e5784627a9a8d24a95575c5031f69f9c5889e162b50b7dc839d')
build() {
cd "$_archive"