author | Felix Yan
<felixonmars@archlinux.org> 2023-04-10 04:59:29 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2023-04-10 04:59:29 UTC |
parent | 35ae8b8d95eb066f7da5a3cc473bf60c6fbaa843 |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 609ddae..2ac9100 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-platformdirs pkgver=3.1.1 -pkgrel=2 +pkgrel=3 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"