python3-backcall: update to 0.2.0.

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 23:16:43 +07:00
parent c90c6d7b1f
commit 01d5ba16a6

View file

@ -1,6 +1,6 @@
# Template file for 'python3-backcall'
pkgname=python3-backcall
version=0.1.0
version=0.2.0
revision=3
wrksrc="backcall-${version}"
build_style=python3-module
@ -11,4 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/takluyver/backcall"
distfiles="${PYPI_SITE}/b/backcall/backcall-${version}.tar.gz"
checksum=38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4
checksum=5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e
post_install() {
vlicense LICENSE
}