pyton2-pathlib2: Update to 2.3.3

This commit is contained in:
Alexey Pavlov
2018-12-11 08:15:31 +03:00
parent 705ac795e2
commit 143dcfd0bd

View File

@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python2-pathlib2
pkgver=2.3.2
pkgver=2.3.3
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=('8eb170f8d0d61825e09a95b38be068299ddeda82f35e96c3301a8a5e7604cb83')
sha256sums=('25199318e8cc3c25dcb45cbe084cc061051336d5a9ea2a12448d3d8cb748f742')
build() {
cd pathlib2-$pkgver