git » python-platformdirs.git » commit c339b0e

upgpkg: 4.0.0-1

author George Rawlinson
2023-11-13 17:30:37 UTC
committer George Rawlinson
2023-11-13 17:30:37 UTC
parent 717ce5b1c6fd510eb993137c83848ec4da5d13ae

upgpkg: 4.0.0-1

* New upstream release.

.SRCINFO +2 -2
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 03c6699..f63c0ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-platformdirs
 	pkgdesc = A library to determine platform-specific system directories
-	pkgver = 3.11.0
+	pkgver = 4.0.0
 	pkgrel = 1
 	url = https://github.com/platformdirs/platformdirs
 	arch = any
@@ -15,7 +15,7 @@ pkgbase = python-platformdirs
 	makedepends = python-hatch-vcs
 	depends = python
 	depends = python-typing_extensions
-	source = python-platformdirs::git+https://github.com/platformdirs/platformdirs#commit=682cdcbc9a27e1f3d59ef6a00424ac238ed5a04b
+	source = python-platformdirs::git+https://github.com/platformdirs/platformdirs#commit=3935ea2cb801ae4a8a75da73bd49e52e0daaa01d
 	b2sums = SKIP
 
 pkgname = python-platformdirs
diff --git a/PKGBUILD b/PKGBUILD
index b441fcf..9ce45b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Tobias Roettger <toroettg@gmail.com>
 
 pkgname=python-platformdirs
-pkgver=3.11.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc='A library to determine platform-specific system directories'
 arch=('any')
@@ -22,7 +22,7 @@ checkdepends=(
   'python-pytest-mock'
   'python-appdirs'
 )
-_commit='682cdcbc9a27e1f3d59ef6a00424ac238ed5a04b'
+_commit='3935ea2cb801ae4a8a75da73bd49e52e0daaa01d'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')