| author | Jelle van der Waa
<jelle@archlinux.org> 2024-04-06 11:15:49 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-06 11:15:49 UTC |
| parent | e90025fb21f82ada1f0268f545b9c07d0b9f1442 |
| .SRCINFO | +18 | -0 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..b975d3f --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,18 @@ +pkgbase = python-requests-toolbelt + pkgdesc = A toolbelt of useful classes and functions to be used with python-requests. + pkgver = 1.0.0 + pkgrel = 2 + url = https://github.com/requests/toolbelt + arch = any + license = Apache + checkdepends = python-pytest + checkdepends = python-betamax + checkdepends = python-ndg-httpsclient + checkdepends = python-pyopenssl + checkdepends = python-trustme + makedepends = python-setuptools + depends = python-requests + source = python-requests-toolbelt-1.0.0.tar.gz::https://github.com/requests/toolbelt/archive/1.0.0.tar.gz + sha512sums = 1ee5d5dbb0d140796c81d42c051ccfab8810bf5ec511b32c9a54b4adccbab460f3108acdfe5a65b3cb68377586ff0f55206bf231e64651aaea077feda7984953 + +pkgname = python-requests-toolbelt diff --git a/PKGBUILD b/PKGBUILD index befc3f2..0ab7dd7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-requests-toolbelt pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A toolbelt of useful classes and functions to be used with python-requests." arch=('any') url="https://github.com/requests/toolbelt"