python-packaging: Rebuild with python 3.6

This commit is contained in:
Alexey Pavlov 2017-09-13 22:25:32 +03:00
parent e432ee4664
commit 39e7af170b

View File

@ -3,7 +3,7 @@
pkgbase=packaging
pkgname=("python3-${pkgbase}" "python2-${pkgbase}")
pkgver=16.8
pkgrel=2
pkgrel=3
pkgdesc="Core utilities for Python packages"
arch=('any')
url="https://github.com/pypa/packaging"