summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2025-03-04 08:28:07 +0100
committerJ. Nathanael Philipp2025-03-04 08:28:07 +0100
commit78bbb5dbfcbb795a79f3ddc969690213a295312e (patch)
tree7868f7a50967f5fbfff05abfe84f5226ad3c715f /PKGBUILD
parent949e6ccc3fb6dcd982d63efe3f9d098d7e4f36f1 (diff)
downloadaur-78bbb5dbfcbb795a79f3ddc969690213a295312e.tar.gz
Version 0.21.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80122224b63f..da1507418e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cloudpathlib
_pkg="${pkgname#python-}"
-pkgver=0.20.0
+pkgver=0.21.0
pkgrel=1
pkgdesc="Python pathlib-style classes for cloud storage services such as Amazon S3, Azure Blob Storage, and Google Cloud Storage."
url="https://github.com/drivendataorg/cloudpathlib"
@@ -15,7 +15,7 @@ makedepends=(
license=('MIT')
arch=(any)
source=("$pkgname-$pkgver.tar.gz::https://github.com/drivendataorg/$_pkg/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=("32ce0b101326f051e1389dfba7d52ee79024ff8b402c71455b03b66b82bbe65a")
+sha256sums=("4ebe3b205d32cc3207e5495f6ef0435a939ee1cf99ccbb5b62a56f8b979e23a0")
build() {
cd ${_pkg}-${pkgver}