summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-20 18:34:02 +0300
committerCaleb Maclennan2023-06-20 18:34:02 +0300
commitc64323b0667dc0ff1bf8676cad2eb6e0afffe8fd (patch)
tree28df62d65b48cde5d89806ae77cf9e4eebe76da2 /PKGBUILD
parent22e1d310716f936f2a9b46b2c8dd85fe0bd21b01 (diff)
downloadaur-c64323b0667dc0ff1bf8676cad2eb6e0afffe8fd.tar.gz
upgpkg: python-dvc-data 2.1.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea179667a022..6669b8fbcd1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-data
_pkgname=${pkgname#python-}
-pkgver=2.0.2
+pkgver=2.1.1
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=('786997569324e6f079ea8fb9e8e265fb97938469953512df150420b3a11c7582')
+sha256sums=('76a21b6718f79f01c61293791572e32c846d6d3b40d1fc47be40aca468548e9f')
build() {
cd "$_archive"