diff --git a/srcpkgs/python3-sphinx-markdown-tables/template b/srcpkgs/python3-sphinx-markdown-tables/template index 5377ab598aa..493747fe6aa 100644 --- a/srcpkgs/python3-sphinx-markdown-tables/template +++ b/srcpkgs/python3-sphinx-markdown-tables/template @@ -1,10 +1,9 @@ # Template file for 'python3-sphinx-markdown-tables' pkgname=python3-sphinx-markdown-tables version=0.0.17 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools python3-Markdown" -makedepends="" depends="python3-Markdown" short_desc="Sphinx extension for rendering tables written in markdown" maintainer="Đoàn Trần Công Danh " @@ -12,3 +11,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/ryanfox/sphinx-markdown-tables" distfiles="${PYPI_SITE}/s/sphinx-markdown-tables/sphinx-markdown-tables-${version}.tar.gz" checksum=6bc6d3d400eaccfeebd288446bc08dd83083367c58b85d40fe6c12d77ef592f1 + +post_install() { + rm -f ${DESTDIR}/usr/LICENSE +}