summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-10-29 22:45:16 +0300
committerCaleb Maclennan2022-10-29 22:45:16 +0300
commit9668c965ba7611f9e3c8441e594076831fc62a50 (patch)
tree39fba9cb082c22baebd19da6b15cd72a88e03606
parent70d344b27d564cc8a231606d3829f98a9aeffb53 (diff)
downloadaur-9668c965ba7611f9e3c8441e594076831fc62a50.tar.gz
upgpkg: python-dvc-objects 0.12.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 45ae4fe6b6ad..8754b6cc8636 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.11.0
+ pkgver = 0.12.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.11.0.tar.gz
- sha256sums = 79f759927b31078c5d1a02cb3576a93cac20b4b7e0caa524abb0481bd5156446
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.12.0.tar.gz
+ sha256sums = 5cd4983cb79aaad04e43dcc7f0ce89d7a30fe26d187f6fbfd54413e35ab14ac2
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 4179c3e0f5c2..f538e88a7a1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.11.0
+pkgver=0.12.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=('79f759927b31078c5d1a02cb3576a93cac20b4b7e0caa524abb0481bd5156446')
+sha256sums=('5cd4983cb79aaad04e43dcc7f0ce89d7a30fe26d187f6fbfd54413e35ab14ac2')
build() {
cd "$_archive"