summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-09-18 16:20:37 +0300
committerCaleb Maclennan2023-09-18 16:20:37 +0300
commit198371cf9635059cff42e76aae828c5ac42728e0 (patch)
treea8e149288e771c7e1dc57bc09cad25c09ea2fc74 /PKGBUILD
parent08e50c31175208f6469240099c4c0c63f76577b9 (diff)
downloadaur-198371cf9635059cff42e76aae828c5ac42728e0.tar.gz
upgpkg: python-scmrepo 1.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 4cb4f1e229de..477f3b965342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-scmrepo
_pyname=${pkgname#python-}
-pkgver=1.0.4
+pkgver=1.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=('d03278d6a86caa5c7f1e85918bc28ef69040a5e5fd04c97cc0eea611ea8be13c')
+sha256sums=('11fe5fb4815d2aa1c2d1bcc63898228f0eb7106a18529243dd9fad34b57ef0dc')
build() {
cd "$_archive"