author | Felix Yan
<felixonmars@archlinux.org> 2022-03-08 20:17:25 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2022-03-08 20:17:25 UTC |
parent | 08fb79d42ac1545065db01b970081e7902e8a413 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 1752feb..0c72732 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Tobias Roettger <toroettg@gmail.com> pkgname=python-platformdirs -pkgver=2.4.1 +pkgver=2.5.0 pkgrel=1 pkgdesc='A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"' arch=('any') @@ -12,7 +12,7 @@ depends=('python') makedepends=('python-setuptools-scm') checkdepends=('python-pytest-mock') source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz") -sha512sums=('c2a71b2717b0d3d202be2b11a87e133c283b1cf8dc37d581a156b11c4a2376dfcf06f35965fd5bf7d0679100ef0e016d5f728e4c48a4f24374e14584c85c940f') +sha512sums=('d45dde88061d11197c0aa8b9eeb47b3c2dd398a7aa3cc0489a9b30c4204aa277917091d59cd96081a2fa17f65c14f54206a7ab8c34818d41bceb219fec908c5f') build() { cd "$srcdir"/platformdirs-$pkgver