python-six: Fix typo

This commit is contained in:
Alexey Pavlov 2017-09-15 15:37:34 +03:00
parent 2d339de006
commit 03d7e59332

View File

@ -3,7 +3,7 @@
pkgbase=python-six
pkgname=('python2-six' 'python3-six')
pkgver=1.10.0
pkgrel=4
pkgrel=5
pkgdesc="Python 2 and 3 compatibility utilities"
arch=('any')
url="http://pypi.python.org/pypi/six/"
@ -36,6 +36,6 @@ package_python2-six() {
depends=('python2')
cd six-${pkgver}-py2
python2 setup.py install --root "${pkgdi}r" --optimize=1
python2 setup.py install --root "${pkgdir}" --optimize=1
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}