python3-regex: update to 2022.8.17.

This commit is contained in:
skmpz 2022-08-21 13:44:27 +04:00 committed by classabbyamp
parent b5ba82bc9e
commit 60967d801c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2022.7.25
version=2022.8.17
revision=1
wrksrc="regex-${version}"
build_style=python3-module
@ -12,7 +12,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
license="CNRI-Python, Apache-2.0"
homepage="https://github.com/mrabarnett/mrab-regex"
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
checksum=bd0883e86964cd61360ffc36dbebbc49b928e92a306f886eab02c11dfde5b7aa
checksum=5c77eab46f3a2b2cd8bbe06467df783543bf7396df431eb4a144cc4b89e9fb3c
do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py)