summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-02-21 13:56:50 +0300
committerCaleb Maclennan2023-02-21 13:56:50 +0300
commit0f1a6c6892b7cbd9fe074c945855f85cb7573fd0 (patch)
tree1a2c412b120555778e2a37725214d8e923c9be07
parentf33de83c859c7363878c876a325a4751f3e95a85 (diff)
downloadaur-0f1a6c6892b7cbd9fe074c945855f85cb7573fd0.tar.gz
upgpkg: python-dvc-objects 0.20.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 4362e8dfa18b..f735f79d520f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.19.3
+ pkgver = 0.20.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-0.19.3.tar.gz
- sha256sums = 0aaf7a81e5ba2c302321b0e8695b600a87efac32c90e3ac82b672c2874af7d47
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.20.0.tar.gz
+ sha256sums = c0ede0fe75d089cd6182c269465a38c7b634284e801b636c8f440796c5f66260
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index d11bd1ba91e2..2e412c7c569c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.19.3
+pkgver=0.20.0
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=('0aaf7a81e5ba2c302321b0e8695b600a87efac32c90e3ac82b672c2874af7d47')
+sha256sums=('c0ede0fe75d089cd6182c269465a38c7b634284e801b636c8f440796c5f66260')
build() {
cd "$_archive"