Date: Saturday, October 8, 2022 @ 21:33:17 Author: grawlinson Revision: 1324434
fix: python-fqdn; correct file extension Modified: python-fqdn/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-08 21:32:10 UTC (rev 1324433) +++ PKGBUILD 2022-10-08 21:33:17 UTC (rev 1324434) @@ -44,5 +44,5 @@ python -m installer --destdir="$pkgdir" dist/*.whl # documentation - install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md + install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.rst }
