summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-25 11:02:26 +0300
committerCaleb Maclennan2024-03-25 11:02:26 +0300
commit016f86787212921c34495bb55997c289f5f9dbef (patch)
treed72ec0b5172863278fe2790e667a3615db80767d /PKGBUILD
parent1bd96f658149f8fe8b1dfd306c2378008aeb26da (diff)
downloadaur-016f86787212921c34495bb55997c289f5f9dbef.tar.gz
upgpkg: python-scmrepo 3.3.1-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 5aef6ef59d16..11486047ddd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-scmrepo
_pyname=${pkgname#python-}
-pkgver=3.3.0
+pkgver=3.3.1
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=('36e64f5324764e5784627a9a8d24a95575c5031f69f9c5889e162b50b7dc839d')
+sha256sums=('e347bf57f799887e3b788b90bfa275e901aafa7c5afbbb2eaaa1419bdfc5d63a')
build() {
cd "$_archive"