Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/python3-aioquic/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-aioquic'
pkgname=python3-aioquic
version=1.2.0
revision=2
version=1.3.0
revision=1
build_style=python3-pep517
make_check_args="-k not(test_verify_subject_no_subjaltname)"
hostmakedepends="python3-setuptools python3-wheel"
Expand All @@ -15,7 +15,7 @@ license="BSD-3-Clause"
homepage="https://github.com/aiortc/aioquic"
changelog="https://aioquic.readthedocs.io/en/stable/changelog.html"
distfiles="${PYPI_SITE}/a/aioquic/aioquic-${version}.tar.gz"
checksum=f91263bb3f71948c5c8915b4d50ee370004f20a416f67fab3dcc90556c7e7199
checksum=28d070b2183e3e79afa9d4e7bd558960d0d53aeb98bc0cf0a358b279ba797c92

post_install() {
vlicense LICENSE
Expand Down