diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template index 8169fb50d0b..06fdf29bba1 100644 --- a/srcpkgs/python-scandir/template +++ b/srcpkgs/python-scandir/template @@ -1,6 +1,6 @@ # Template file for 'python-scandir' pkgname=python-scandir -version=1.7 +version=1.8 revision=1 wrksrc="scandir-${version}" build_style=python2-module @@ -10,10 +10,10 @@ makedepends="${hostmakedepends}" short_desc="Backport of the scandir module from Python 3.5+" maintainer="Alessio Sergi " homepage="https://github.com/benhoyt/scandir" -license="3-clause-BSD" +license="BSD-3-Clause" distfiles="${PYPI_SITE}/s/scandir/scandir-${version}.tar.gz" -checksum=b2d55be869c4f716084a19b1e16932f0769711316ba62de941320bf2be84763d +checksum=8d5011d3a99042c4d90e8adda0052d4475aae3d57bb927012267a6c59186d870 post_install() { - vlicense LICENSE.txt LICENSE + vlicense LICENSE.txt }