summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-19 12:22:06 +0300
committerCaleb Maclennan2023-01-19 12:22:06 +0300
commit6f991e9fc96917f7c3c90f2f8445db0807bf0e3a (patch)
treef177e5bd75f42124788d0366bbb94ef07b1c8f1c
parent49ab426a55ef3ca0c6ec564e47fd7ef09f00784a (diff)
downloadaur-6f991e9fc96917f7c3c90f2f8445db0807bf0e3a.tar.gz
upgpkg: python-dvc-objects 0.18.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 21b29a88419e..be4748ffd815 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.18.0
+ pkgver = 0.18.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.18.0.tar.gz
- sha256sums = 92017f79ce1bfc3fcb051ea6fdb5d6899bd546527545c991ab35a8a97b6606c5
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.18.1.tar.gz
+ sha256sums = 04b0e6f10a6270eba04c7ea97a2c33fa28c93095938f9d4b211cb20938d3b34a
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index b7178f5ba1fd..64a79694ebfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.18.0
+pkgver=0.18.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=('92017f79ce1bfc3fcb051ea6fdb5d6899bd546527545c991ab35a8a97b6606c5')
+sha256sums=('04b0e6f10a6270eba04c7ea97a2c33fa28c93095938f9d4b211cb20938d3b34a')
build() {
cd "$_archive"