diff --git a/srcpkgs/python-olefile/template b/srcpkgs/python-olefile/template index 34399605af..e5b4e003c6 100644 --- a/srcpkgs/python-olefile/template +++ b/srcpkgs/python-olefile/template @@ -1,6 +1,6 @@ # Template file for 'python-olefile' pkgname=python-olefile -version=0.45.1 +version=0.46 revision=1 noarch=yes wrksrc="olefile-${version}" @@ -11,12 +11,12 @@ depends="python" short_desc="Python2 package to parse, read and write Microsoft OLE2 files" maintainer="Alessio Sergi " homepage="https://olefile.readthedocs.io/" -license="2-clause-BSD" +license="BSD-2-Clause" distfiles="${PYPI_SITE}/o/olefile/olefile-${version}.zip" -checksum=2b6575f5290de8ab1086f8c5490591f7e0885af682c7c1793bdaf6e64078d385 +checksum=133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964 post_install() { - vlicense LICENSE.txt LICENSE + vlicense LICENSE.txt } python3-olefile_package() { @@ -26,7 +26,7 @@ python3-olefile_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense LICENSE.txt LICENSE + vlicense LICENSE.txt } }