author | Jelle van der Waa
<jelle@archlinux.org> 2024-04-03 18:29:49 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-03 18:29:49 UTC |
parent | ae695e25b58c02268a5bc9753bb870b5736c5807 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index fd13062..cee1892 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-platformdirs pkgdesc = A library to determine platform-specific system directories pkgver = 4.2.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/platformdirs/platformdirs arch = any license = MIT diff --git a/PKGBUILD b/PKGBUILD index ae71c69..18fe568 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-platformdirs _name="${pkgname#python-}" pkgver=4.2.0 -pkgrel=2 +pkgrel=3 pkgdesc='A library to determine platform-specific system directories' arch=('any') url='https://github.com/platformdirs/platformdirs'