summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-20 01:35:26 +0200
committerMarcell Meszaros2022-06-20 01:35:26 +0200
commit46a19a5c3e7364a37d8bcb229c69752f3c5e1928 (patch)
tree14f49a37f11daf97b71aad41a0f8494c69f82877
parent9cd330939045ab76a6806b552666517d4866a4a4 (diff)
downloadaur-46a19a5c3e7364a37d8bcb229c69752f3c5e1928.tar.gz
updpkg 1.27.1-2: add depends=python2-certifi
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ca11761e0f7..a13a25bfb474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python2-requests
pkgdesc = HTTP for Humans (legacy Python 2 version)
pkgver = 2.27.1
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/requests/2.27.1/
arch = any
license = Apache
makedepends = python2-setuptools
depends = python2
+ depends = python2-certifi
depends = python2-chardet
depends = python2-idna
depends = python2-urllib3
diff --git a/PKGBUILD b/PKGBUILD
index cd3912923334..fe31f4460612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
pkgname='python2-requests'
_name="${pkgname#python2-}"
pkgver=2.27.1
-pkgrel=1
+pkgrel=2
pkgdesc='HTTP for Humans (legacy Python 2 version)'
arch=('any')
url="https://pypi.org/project/${_name}/${pkgver}/"
license=('Apache')
depends=(
'python2'
+ 'python2-certifi'
'python2-chardet'
'python2-idna'
'python2-urllib3'