python-pathlib2: update to 2.3.3

This commit is contained in:
Alessio Sergi 2018-12-27 23:49:16 +01:00
parent 981aad5d8a
commit a970e67fed

View file

@ -1,6 +1,6 @@
# Template file for 'python-pathlib2' # Template file for 'python-pathlib2'
pkgname=python-pathlib2 pkgname=python-pathlib2
version=2.3.2 version=2.3.3
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="pathlib2-${version}" wrksrc="pathlib2-${version}"
@ -13,8 +13,8 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/mcmtroffaes/pathlib2" homepage="https://github.com/mcmtroffaes/pathlib2"
license="MIT" license="MIT"
distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz"
checksum=8eb170f8d0d61825e09a95b38be068299ddeda82f35e96c3301a8a5e7604cb83 checksum=25199318e8cc3c25dcb45cbe084cc061051336d5a9ea2a12448d3d8cb748f742
post_install() { post_install() {
vlicense LICENSE.rst LICENSE vlicense LICENSE.rst
} }