[arch-commits] Commit in python-feedparser/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat Oct 26 03:56:26 UTC 2019
Date: Saturday, October 26, 2019 @ 03:56:25
Author: foutrelis
Revision: 365746
Update one more reference to Python 3.8
Modified:
python-feedparser/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-26 03:56:25 UTC (rev 365745)
+++ PKGBUILD 2019-10-26 03:56:25 UTC (rev 365746)
@@ -51,6 +51,6 @@
cd "${srcdir}/feedparser-${pkgver}-sgmllib"
install -Dm644 feedparser/sgmllib3.py \
"${pkgdir}/usr/lib/python3.8/site-packages/sgmllib.py"
- install -Dm644 feedparser/__pycache__/sgmllib3.cpython-37.pyc \
- "${pkgdir}/usr/lib/python3.8/site-packages/__pycache__/sgmllib.cpython-37.pyc"
+ install -Dm644 feedparser/__pycache__/sgmllib3.cpython-38.pyc \
+ "${pkgdir}/usr/lib/python3.8/site-packages/__pycache__/sgmllib.cpython-38.pyc"
}
More information about the arch-commits
mailing list