[arch-commits] Commit in python-trustme/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Dec 14 10:41:43 UTC 2021
Date: Tuesday, December 14, 2021 @ 10:41:43
Author: arojas
Revision: 1072726
Update checkdepends name
Modified:
python-trustme/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-14 10:36:38 UTC (rev 1072725)
+++ PKGBUILD 2021-12-14 10:41:43 UTC (rev 1072726)
@@ -3,7 +3,7 @@
pkgname=python-trustme
_pyname=${pkgname/python-/}
pkgver=0.9.0
-pkgrel=4
+pkgrel=5
pkgdesc='Library for fake certificate authority (CA) to generate fake TLS certs'
url='https://trustme.readthedocs.io'
arch=('any')
@@ -10,7 +10,7 @@
license=('MIT')
depends=('python' 'python-cryptography' 'python-idna')
makedepends=('python' 'python-setuptools' 'python-cryptography')
-checkdepends=('python-pytest' 'python-pyopenssl' 'python-service_identity')
+checkdepends=('python-pytest' 'python-pyopenssl' 'python-service-identity')
source=(https://github.com/python-trio/trustme/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('c605803d91eaedb7efd1295a2bebfb9cb7723220f325a25f7fe61e8256f3700bf9da0d85f796905a76f317c7eda8261d78a46c64aeabd357854f001f6ba1628e')
b2sums=('970700274ac25b9871b53bba4ddbac2d22bb9db672012fd1216726091c39fd901023c93b9c1b49cb2f90a9610f7f64d76ef9c9a1509282f9bbc944d56a352ff2')
More information about the arch-commits
mailing list