diff --git a/srcpkgs/python-bsddb3/template b/srcpkgs/python-bsddb3/template index fa5b95141f8..0b7769ea4e0 100644 --- a/srcpkgs/python-bsddb3/template +++ b/srcpkgs/python-bsddb3/template @@ -1,6 +1,6 @@ # Template file for 'python-bsddb3' pkgname=python-bsddb3 -version=6.2.0 +version=6.2.1 revision=1 wrksrc="bsddb3-${version}" build_style=python-module @@ -13,11 +13,13 @@ pycompile_module="bsddb3" short_desc="Python2 interface for BerkeleyDB" maintainer="Juan RP " homepage="ttp://www.jcea.es/programacion/pybsddb.htm" -license="BSD" +license="3-clause-BSD" distfiles="${PYPI_SITE}/b/bsddb3/bsddb3-${version}.tar.gz" -checksum=3c24cb287e1dd08be387a2b4d32ae5dfeba5ef4e3785878f0030e4d4f608aba9 +checksum=319a599236b0843a36c17749c0041c18a07ef28dbe9539064fd7c0fff972567c post_install() { + # get rid of unneeded header + rm -f ${DESTDIR}/usr/include/python*/bsddb3/bsddb.h vlicense LICENSE.txt LICENSE }