Merge pull request #3275 from MehdiChinoune/python-certifi-update

python-certifi: update to 2022.9.24
This commit is contained in:
Christoph Reiter 2022-11-06 15:32:43 +01:00 committed by GitHub
commit df0072c39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
_realname=certifi
pkgname="python-${_realname}"
pkgver=2022.6.15
pkgver=2022.9.24
pkgrel=1
pkgdesc="Python package for providing Mozilla's CA Bundle"
url='https://pypi.python.org/pypi/certifi'
@ -11,7 +11,7 @@ arch=('any')
depends=("python")
makedepends=("python-setuptools")
source=("https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d')
sha256sums=('0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14')
build() {
cd "${srcdir}/${_realname}-${pkgver}"