Date: Thursday, April 6, 2023 @ 02:00:31
Author: felixonmars
Revision: 472684
upgpkg: python-requests 2.28.2-3: fix dependencies
Modified:
python-requests/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-05 22:47:40 UTC (rev 472683)
+++ PKGBUILD 2023-04-06 02:00:31 UTC (rev 472684)
@@ -3,7 +3,7 @@
pkgname=python-requests
pkgver=2.28.2
-pkgrel=2
+pkgrel=3
pkgdesc="Python HTTP for Humans"
arch=('any')
url="https://requests.readthedocs.io/"
@@ -31,7 +31,7 @@
sed -e '/certifi/d' \
-e "s/,<.*'/'/" \
-e '/charset_normalizer/d' \
- -i setup.py
+ -i setup.py setup.cfg
patch -p1 -i "$srcdir"/certs.patch
}