diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template index 4cfb47a897d..b08e321c8eb 100644 --- a/srcpkgs/python3-backcall/template +++ b/srcpkgs/python3-backcall/template @@ -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 " 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 +}