| author | Jelle van der Waa
<jelle@archlinux.org> 2024-11-30 15:56:39 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-11-30 15:56:39 UTC |
| parent | 7e2cfd1bac0551f6e3670013749a2197e9216808 |
| .SRCINFO | +1 | -1 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index aaea1c5..3a1912a 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 = 2 + pkgrel = 3 url = https://github.com/jaraco/jaraco.functools arch = any license = MIT diff --git a/PKGBUILD b/PKGBUILD index 8c94f75..06f4ef6 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=2 +pkgrel=3 pkgdesc='Functools like those found in stdlib' arch=('any') url='https://github.com/jaraco/jaraco.functools'