summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-03-02 18:43:28 +0300
committerCaleb Maclennan2023-03-02 18:43:28 +0300
commitc76cad178117954324b0d70b12f9d6b6c16e543d (patch)
treeeb881bf305b11002aa0d5d1af879d6a9789cb749
parent1800a0031bfb4a86853569993a6e20c5ea446fef (diff)
downloadaur-c76cad178117954324b0d70b12f9d6b6c16e543d.tar.gz
upgpkg: python-dvc-objects 0.21.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8fbb2507d94..060377011397 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.21.0
+ pkgver = 0.21.1
pkgrel = 1
url = https://github.com/iterative/dvc-objects
arch = any
@@ -31,7 +31,7 @@ pkgbase = python-dvc-objects
optdepends = python-bcrypt: ssh support
optdepends = python-sshfs: ssh support
optdepends = python-webdav4: webdav support
- source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.21.0.tar.gz
- sha256sums = 0474cb1f817c6a2ab71ec6cd77634c92ec0b9bb10abf4f3a04b95f9596adfd42
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.21.1.tar.gz
+ sha256sums = d0dcb74b8b9cc46a101af59658ebe325684d6d9c34dd968404a7960e22826097
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index dafa9843f233..d8f42ace20fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.21.0
+pkgver=0.21.1
pkgrel=1
pkgdesc='DVC objects'
arch=(any)
@@ -34,7 +34,7 @@ optdepends=('python-adlfs: azure support'
'python-webdav4: webdav support')
_archive=("$_pkgname-$pkgver")
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('0474cb1f817c6a2ab71ec6cd77634c92ec0b9bb10abf4f3a04b95f9596adfd42')
+sha256sums=('d0dcb74b8b9cc46a101af59658ebe325684d6d9c34dd968404a7960e22826097')
build() {
cd "$_archive"