| author | Jelle van der Waa
<jelle@archlinux.org> 2024-11-19 09:51:42 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-11-19 09:51:42 UTC |
| parent | 5b94394f3e6cad09173878bdc3cfff04f7e1b286 |
| .SRCINFO | +1 | -1 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index b975d3f..3e19313 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-requests-toolbelt pkgdesc = A toolbelt of useful classes and functions to be used with python-requests. pkgver = 1.0.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/requests/toolbelt arch = any license = Apache diff --git a/PKGBUILD b/PKGBUILD index 0ab7dd7..c2e5c40 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-requests-toolbelt pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="A toolbelt of useful classes and functions to be used with python-requests." arch=('any') url="https://github.com/requests/toolbelt"