diff --git a/srcpkgs/python-gitdb/template b/srcpkgs/python-gitdb/template index 1ba55daec3e..537e7392e26 100644 --- a/srcpkgs/python-gitdb/template +++ b/srcpkgs/python-gitdb/template @@ -1,6 +1,6 @@ # Template file for 'python-gitdb' pkgname=python-gitdb -version=2.0.0 +version=2.0.2 revision=1 noarch=yes wrksrc="gitdb2-${version}" @@ -13,7 +13,11 @@ maintainer="Joseph LaFreniere " homepage="https://github.com/gitpython-developers/gitdb" license="BSD" distfiles="${PYPI_SITE}/g/gitdb2/gitdb2-${version}.tar.gz" -checksum=b9f3209b401b8b4da5f94966c9c17650e66b7474ee5cd2dde5d983d1fba3ab66 +checksum=f2e36d7561e91f30a6a44858756dc020d8f1e81ca6e4185979d5c6c24c648070 + +post_install() { + vlicense LICENSE +} python3-gitdb_package() { noarch=yes @@ -22,8 +26,6 @@ python3-gitdb_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* + vlicense LICENSE } } -post_install() { - vlicense LICENSE -}