author | Antonio Rojas
<arojas@archlinux.org> 2023-05-02 14:46:22 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-05-02 14:46:22 UTC |
parent | 0afae2a8c78b9936e39d1f9c6e88dafa6a7ed3ad |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 8540ba3..1d627f2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Tobias Roettger <toroettg@gmail.com> pkgname=python-platformdirs -pkgver=3.2.0 -pkgrel=2 +pkgver=3.5.0 +pkgrel=1 pkgdesc='A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"' arch=('any') url="https://github.com/platformdirs/platformdirs" @@ -12,7 +12,7 @@ depends=('python-typing_extensions') makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-hatch-vcs') checkdepends=('python-pytest-mock' 'python-appdirs') source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz") -sha512sums=('2e4613f563b7014b526e1f81f561726a0060983b0e998ce46d070b2f4f4ec26ad46d6a3cd242fb14a420e6439207b9c9eeb31daac7ec65005abc3a74131e5cf8') +sha512sums=('2c454a760b3045f4824b1c436ac85533e7a6809e4525d70cee4d98289f9efc5a882384347a1992aaa237dc29ea8e778515eadeca208a2d058f9e574f5175ce20') build() { cd platformdirs-$pkgver