author | David Runge
<dvzrv@archlinux.org> 2024-04-03 16:48:20 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2024-04-03 16:48:20 UTC |
parent | 5a614378442081c2cf013dea032b5f3ceced6ce6 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index c76e2ba..fd13062 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 = 1 + pkgrel = 2 url = https://github.com/platformdirs/platformdirs arch = any license = MIT diff --git a/PKGBUILD b/PKGBUILD index 71a424f..ae71c69 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-platformdirs _name="${pkgname#python-}" pkgver=4.2.0 -pkgrel=1 +pkgrel=2 pkgdesc='A library to determine platform-specific system directories' arch=('any') url='https://github.com/platformdirs/platformdirs'