--- PKGBUILD 2019-05-23 08:02:42.856080200 -0500 +++ PKGBUILD-fixed 2019-05-23 08:02:46.689976600 -0500 @@ -3,7 +3,7 @@ _pkgname=pathlib2 pkgname=python-$_pkgname pkgver=2.3.3 -pkgrel=1 +pkgrel=2 pkgdesc='Backport of pathlib aiming to support the full stdlib Python API.' arch=('any') url='https://github.com/mcmtroffaes/pathlib2' @@ -31,7 +31,7 @@ python setup.py install --root="$pkgdir" --optimize=1 - install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/python2-pathlib2/LICENSE.rst + install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/python-pathlib2/LICENSE.rst } # vim: ts=2 sw=2 et: