summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-12-06 22:53:24 +0300
committerCaleb Maclennan2023-12-06 22:53:24 +0300
commita4a2a2b9bddba2c363ba1699727b28590d5e47e7 (patch)
tree3ac585a5b5993367c99f05e7dd756acfb790cf63
parent8ed19c4f41941814e934ec72e69d9167b4f09266 (diff)
downloadaur-a4a2a2b9bddba2c363ba1699727b28590d5e47e7.tar.gz
upgpkg: python-dvc-objects 1.4.9-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 0f2a2f089fa8..7b35e94a3b8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 1.4.7
+ pkgver = 1.4.9
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-1.4.7.tar.gz
- sha256sums = ea9df6efd52a71e8a7725b0786966ee3d88e14649ec63ca328951827100bc331
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-1.4.9.tar.gz
+ sha256sums = 40f739a7678bcf35742d6b8fbfaeb3ba01a8b4c9e6f99f2e841b184aea7be74e
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index a26875e90e2b..bc3f35fc1ab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=1.4.7
+pkgver=1.4.9
pkgrel=1
pkgdesc='DVC objects'
arch=(any)
@@ -35,7 +35,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=('ea9df6efd52a71e8a7725b0786966ee3d88e14649ec63ca328951827100bc331')
+sha256sums=('40f739a7678bcf35742d6b8fbfaeb3ba01a8b4c9e6f99f2e841b184aea7be74e')
build() {
cd "$_archive"