summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-21 00:25:27 +0300
committerCaleb Maclennan2023-01-21 00:25:27 +0300
commitfdac72c1e176f3981bae9ba1822cb11de56de640 (patch)
treee0d371c596a50bdb401c87c8443fc01e4e478a70
parent3d4a737e42f362a2757f8dfed5b2fbdde2a6b2ca (diff)
downloadaur-fdac72c1e176f3981bae9ba1822cb11de56de640.tar.gz
upgpkg: python-dvc-objects 0.19.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 27b87ff8a0a2..483ebccddabb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.18.2
+ pkgver = 0.19.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.18.2.tar.gz
- sha256sums = c91b2e76c8546916e187c07670d99ee302565568745ea31a598a9a15d0c9f57e
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.19.0.tar.gz
+ sha256sums = 6a1b0e2b5ad861b86b50f3d866e5b973cf18cd105116205d80ecd0d710dff9f1
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 545e9afde341..0ef8edb6cdf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.18.2
+pkgver=0.19.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=('c91b2e76c8546916e187c07670d99ee302565568745ea31a598a9a15d0c9f57e')
+sha256sums=('6a1b0e2b5ad861b86b50f3d866e5b973cf18cd105116205d80ecd0d710dff9f1')
build() {
cd "$_archive"