We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388570d commit 5a03875Copy full SHA for 5a03875
srcpkgs/python3-regex/template
@@ -1,6 +1,6 @@
1
# Template file for 'python3-regex'
2
pkgname=python3-regex
3
-version=2021.11.2
+version=2021.11.10
4
revision=1
5
wrksrc="regex-${version}"
6
build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="skmpz <[email protected]>"
12
license="CNRI-Python, Apache-2.0"
13
homepage="https://pypi.org/project/regex/"
14
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
15
-checksum=5e85dcfc5d0f374955015ae12c08365b565c6f1eaf36dd182476a4d8e5a1cdb7
+checksum=f341ee2df0999bfdf7a95e448075effe0db212a59387de1a70690e4acb03d4c6
16
17
do_check() {
18
(cd build/lib* && python3 -m unittest regex/test_regex.py)
0 commit comments