Date: Saturday, May 25, 2019 @ 18:50:57 Author: felixonmars Revision: 470769
upgpkg: python-yarg 0.1.9-2 fix tests/ Modified: python-yarg/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-25 18:49:52 UTC (rev 470768) +++ PKGBUILD 2019-05-25 18:50:57 UTC (rev 470769) @@ -2,7 +2,7 @@ pkgname=python-yarg pkgver=0.1.9 -pkgrel=1 +pkgrel=2 pkgdesc="A semi hard Cornish cheese, also queries PyPI (PyPI client)" url="https://github.com/kura/yarg" license=('MIT') @@ -28,4 +28,6 @@ python setup.py install --root="$pkgdir" --optimize=1 install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ + + mv "$pkgdir"/usr/lib/python3.7/site-packages/{,yarg/}tests }
