python2-pathlib2: Update to 2.3.4

This commit is contained in:
Alexey Pavlov
2019-07-01 19:24:06 +03:00
parent f986909ddd
commit 88332378c8

View File

@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python2-pathlib2
pkgver=2.3.3
pkgver=2.3.4
pkgrel=1
pkgdesc='Object-oriented filesystem paths'
arch=('any')
@@ -11,7 +11,7 @@ depends=('python2-six' 'python2-scandir')
makedepends=('python2-setuptools')
checkdepends=('python2-pytest-runner' 'python2-mock')
source=("https://pypi.io/packages/source/p/pathlib2/pathlib2-$pkgver.tar.gz")
sha256sums=('25199318e8cc3c25dcb45cbe084cc061051336d5a9ea2a12448d3d8cb748f742')
sha256sums=('446014523bb9be5c28128c4d2a10ad6bb60769e78bd85658fe44a450674e0ef8')
build() {
cd pathlib2-$pkgver