summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-12-13 20:10:26 +0300
committerCaleb Maclennan2023-12-13 20:10:26 +0300
commit51dc4c9ef6dfff44f9e81df252156d347b6e7d6c (patch)
tree02e0b50838d7d879262d8698771b151d160d8273
parent97252417f278f4159bcecf7f8fdc661a3fb2bcdb (diff)
downloadaur-51dc4c9ef6dfff44f9e81df252156d347b6e7d6c.tar.gz
upgpkg: python-dvc-objects 2.0.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 e972cec21aff..0ec0b37898d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 2.0.0
+ pkgver = 2.0.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-2.0.0.tar.gz
- sha256sums = 103d67a47c75782f90c1086338d85ca2c3a938d3408254b41bbce28ddac20542
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-2.0.1.tar.gz
+ sha256sums = 444566cb95c452f186f50ac08a9972f32c33d496c82f8a334b58317f243e3d37
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 868a0fb224e4..13d5fa3219b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc='DVC objects'
arch=(any)
@@ -35,7 +35,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=('103d67a47c75782f90c1086338d85ca2c3a938d3408254b41bbce28ddac20542')
+sha256sums=('444566cb95c452f186f50ac08a9972f32c33d496c82f8a334b58317f243e3d37')
build() {
cd "$_archive"