author | Antonio Rojas
<arojas@archlinux.org> 2023-01-04 14:02:12 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-01-04 14:02:12 UTC |
parent | 3454485c409224700b866e64ec6ffc57760e4e43 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 3ffee1b..826cff1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Tobias Roettger <toroettg@gmail.com> pkgname=python-platformdirs -pkgver=2.6.0 +pkgver=2.6.2 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-typing_extensions') makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-hatch-vcs') checkdepends=('python-pytest-mock') source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz") -sha512sums=('39a4066b5ca8da4e5801677cee8db9cee3843fd11cbd7d1a19da5045cd03e23998a0bdd0e97f6bd53f9bcfc9bbc683ad1bc1d800b68eb1802ddeb0391135762b') +sha512sums=('17ee79bf10eaddb4456b938d9058e6cfa4e959485868ba975ec27d0a16bdf895e03dfa8ab6275342a688cf0290f0b43e7c4b35cf2884e3c8f2472700bd8ea965') build() { cd platformdirs-$pkgver