From ee3dcbb6a456b82ba83fc1dddaddfc77a051ea24 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 11 May 2016 12:53:26 +0200 Subject: [PATCH] python-bsddb3: update to 6.2.1 --- srcpkgs/python-bsddb3/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 }