summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b715dbd5f3f..c6fa53b7b3d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyhanko-certvalidator
pkgdesc = Validates X.509 certificates and paths
pkgver = 0.23.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MatthiasValvekens/certvalidator
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 131ef4cd576e..4d0bd657871f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pyhanko-certvalidator
_name=certvalidator
pkgver=0.23.0
-pkgrel=1
+pkgrel=2
pkgdesc="Validates X.509 certificates and paths"
url="https://github.com/MatthiasValvekens/certvalidator"
license=(MIT)
@@ -50,6 +50,7 @@ check() {
and not test_revocation_mode_hard_async \
and not test_revocation_mode_hard_aiohttp_autofetch \
and not test_revocation_mode_hard_requests_autofetch \
+ and not test_basic_certificate_validator_tls_aia[icpedu.rnp.br] \
"
}