| author | Jelle van der Waa
<jelle@archlinux.org> 2024-11-16 13:56:19 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-11-16 13:56:19 UTC |
| parent | 8f0e507202e6ee1d75d0e8190b420b9adec9f19c |
| .SRCINFO | +1 | -1 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 05fcffe..aaea1c5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-jaraco.functools pkgdesc = Functools like those found in stdlib pkgver = 4.0.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/jaraco/jaraco.functools arch = any license = MIT diff --git a/PKGBUILD b/PKGBUILD index c0a2509..8c94f75 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-jaraco.functools # https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst pkgver=4.0.2 -pkgrel=1 +pkgrel=2 pkgdesc='Functools like those found in stdlib' arch=('any') url='https://github.com/jaraco/jaraco.functools'