summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22acf511aabd..f6a7728a364e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-data
pkgdesc = DVC’s data management subsystem
- pkgver = 2.22.4
+ pkgver = 2.22.5
pkgrel = 1
url = https://github.com/iterative/dvc-data
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-dvc-data
depends = python-funcy
depends = python-pygtrie
depends = python-shortuuid
- source = https://files.pythonhosted.org/packages/source/d/dvc-data/dvc-data-2.22.4.tar.gz
- sha256sums = 1a93a7f0842bd04e0e85db5f4360b44d70324a7e79bce58198151beea6c6d6d2
+ source = https://files.pythonhosted.org/packages/source/d/dvc-data/dvc-data-2.22.5.tar.gz
+ sha256sums = c95498dce142685ce9310b85d198f4dd2e868b0b5eae414aeae8aed4664a059a
pkgname = python-dvc-data
diff --git a/PKGBUILD b/PKGBUILD
index e9b28550becf..846333cefe90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-data
_pkgname=${pkgname#python-}
-pkgver=2.22.4
+pkgver=2.22.5
pkgrel=1
pkgdesc='DVC’s data management subsystem'
arch=(any)
@@ -19,7 +19,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools-scm)
_archive=("$_pkgname-$pkgver")
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('1a93a7f0842bd04e0e85db5f4360b44d70324a7e79bce58198151beea6c6d6d2')
+sha256sums=('c95498dce142685ce9310b85d198f4dd2e868b0b5eae414aeae8aed4664a059a')
build() {
cd "$_archive"