| author | Jelle van der Waa
<jelle@archlinux.org> 2024-04-03 16:43:36 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-03 16:43:36 UTC |
| parent | 5563323dd084cd8a973f82655e591b58fc32e91c |
| .SRCINFO | +1 | -1 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 4070ed4..7e14120 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-jaraco.functools pkgdesc = Functools like those found in stdlib pkgver = 4.0.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/jaraco/jaraco.functools arch = any license = MIT diff --git a/PKGBUILD b/PKGBUILD index ea4250e..dbb3e5a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-jaraco.functools pkgver=4.0.0 # curl https://api.github.com/repos/jaraco/jaraco.functools/git/ref/tags/v$pkgver | jq -r .object.sha _tag=de64dd5fcf86393ebcb827e1dc9503595ff77327 -pkgrel=1 +pkgrel=2 pkgdesc='Functools like those found in stdlib' arch=('any') url='https://github.com/jaraco/jaraco.functools'