* update python-certifi to 2023.07.22-1

This commit is contained in:
Alexander Baldeck 2023-08-03 08:26:32 +02:00
parent b05cd0d5f4
commit c407b46627

View File

@ -5,7 +5,7 @@
# Contributor: William J Bowman <bluephoenix47@gmail.com>
pkgname=python-certifi
pkgver=2023.05.07
pkgver=2023.07.22
pkgrel=1
pkgdesc="Python package for providing Mozilla's CA Bundle (using system CA store)"
arch=(any)
@ -23,7 +23,7 @@ makedepends=(
)
checkdepends=(python-pytest)
source=(https://github.com/certifi/python-certifi/archive/$pkgver/$pkgname-$pkgver.tar.gz)
sha512sums=('ad6cb9ecd54e9d54c93e01bf3bf080f8c9c72878f254b8a590184929664a4194c03be1b6579f7c00eb1117206c769fad70543a2f277b39549fed2e9ed235ec52')
sha512sums=('72ebe32f284eee5998c08961206564206b2162a38d84484fad9894770394c9a9a20979bd374e687d2978eee681197971dae580ec78f4922e7482b083482bd657')
prepare() {
cd $pkgname-$pkgver