python3-uvloop: update to 0.15.0.
This commit is contained in:
parent
f1f96b2531
commit
32b61668d4
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-uvloop'
|
||||
pkgname=python3-uvloop
|
||||
version=0.14.0
|
||||
revision=2
|
||||
version=0.15.0
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3 python3-setuptools python3-Cython"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|||
license="Apache-2.0, MIT"
|
||||
homepage="https://github.com/MagicStack/uvloop"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=29738dd376afd33fbaebbb5c129385cbfe08c04ca7d2c187be60334233935d6a
|
||||
checksum=2586ff9a081c4cbcc2e016e01d2ea343d3d510a09ff1975a151530bcc19e0ce3
|
||||
|
||||
post_patch() {
|
||||
cat <<-EOF >> setup.cfg
|
||||
|
|
Loading…
Reference in New Issue