author | George Rawlinson
<grawlinson@archlinux.org> 2023-08-15 07:42:40 UTC |
committer | George Rawlinson
<grawlinson@archlinux.org> 2023-08-15 07:42:40 UTC |
parent | bfa26d1038b9c570e1335c03709a8ac0fc8ecde2 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 748426b..7622595 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Tobias Roettger <toroettg@gmail.com> pkgname=python-platformdirs -pkgver=3.9.1 +pkgver=3.10.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='aadc9d01acc067131c4ea52da36624c1fe2ed001' +_commit='7035de4344d2ae4e55774c4bdec838f0a59a03fd' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')