summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-07 21:05:18 +0300
committerCaleb Maclennan2024-02-07 21:05:18 +0300
commit6e0896487b4ef7fa264667578f68e7db0a5f102d (patch)
treee3b220ef2d46052df36b2113b026a43c636a51eb
parentc965d64e6d0e6b0aee7931ee2be4463239add58f (diff)
downloadaur-6e0896487b4ef7fa264667578f68e7db0a5f102d.tar.gz
upgpkg: python-dvc-objects 5.0.0-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 15ded9b39401..8f2740730674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 4.0.1
+ pkgver = 5.0.0
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-4.0.1.tar.gz
- sha256sums = 4db17463f3f43e0d3a4149afbd863697a0ef98d482d512929f882d5b896f5d1c
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-5.0.0.tar.gz
+ sha256sums = 2b008d972acbac797e6290c529627e74d257935d7870da20f7da091c74027014
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 79063db0f61f..454eb1ab0fe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=4.0.1
+pkgver=5.0.0
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=('4db17463f3f43e0d3a4149afbd863697a0ef98d482d512929f882d5b896f5d1c')
+sha256sums=('2b008d972acbac797e6290c529627e74d257935d7870da20f7da091c74027014')
build() {
cd "$_archive"