From 01d5ba16a6ec1ae90b0745d1e23174e80ef29ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 23:16:43 +0700 Subject: [PATCH] python3-backcall: update to 0.2.0. --- srcpkgs/python3-backcall/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 +}