author | Evangelos Foutras
<foutrelis@archlinux.org> 2021-09-07 02:35:30 UTC |
committer | Evangelos Foutras
<foutrelis@archlinux.org> 2021-09-07 02:35:30 UTC |
parent | b2982fc05c8cad69a099a9beb25115caa8cbf7d8 |
PKGBUILD | +0 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index baf565b..877ca91 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -47,7 +47,6 @@ check() { package() { cd pytest-$pkgver - export PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ }