summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-19 11:12:45 +0300
committerCaleb Maclennan2023-01-19 11:12:45 +0300
commit49ab426a55ef3ca0c6ec564e47fd7ef09f00784a (patch)
tree29725cbdb1517a4e53699e1afd89a6498a6a04dd
parent2a450d9098b6a0f1fe1b51ca89631a456db0f8e3 (diff)
downloadaur-49ab426a55ef3ca0c6ec564e47fd7ef09f00784a.tar.gz
upgpkg: python-dvc-objects 0.18.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 03222c3fed36..21b29a88419e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.17.0
+ pkgver = 0.18.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.17.0.tar.gz
- sha256sums = f97f7c02d412f32fe340472270e4cdf9eef40b0f9aec7ede346aba44c0215979
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.18.0.tar.gz
+ sha256sums = 92017f79ce1bfc3fcb051ea6fdb5d6899bd546527545c991ab35a8a97b6606c5
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index b4917371c245..b7178f5ba1fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.17.0
+pkgver=0.18.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=('f97f7c02d412f32fe340472270e4cdf9eef40b0f9aec7ede346aba44c0215979')
+sha256sums=('92017f79ce1bfc3fcb051ea6fdb5d6899bd546527545c991ab35a8a97b6606c5')
build() {
cd "$_archive"