[arch-commits] Commit in python-sphinx/trunk (PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Jul 11 23:00:32 UTC 2022


    Date: Monday, July 11, 2022 @ 23:00:32
  Author: polyzen
Revision: 1249782

upgpkg: python-sphinx 5.0.2-3: Bump docutils version constraint

https://github.com/sphinx-doc/sphinx/pull/10656

Fixes FS#75264

Modified:
  python-sphinx/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 23:00:27 UTC (rev 1249781)
+++ PKGBUILD	2022-07-11 23:00:32 UTC (rev 1249782)
@@ -6,7 +6,7 @@
 
 pkgname=python-sphinx
 pkgver=5.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Python documentation generator'
 arch=('any')
 url=http://www.sphinx-doc.org/
@@ -42,6 +42,7 @@
 
 prepare() {
   cd Sphinx-$pkgver
+  sed -i 's/0.19/0.20/' setup.py
   patch --forward --strip=1 --input=../sphinx-use-get_settings.patch
 }
 



More information about the arch-commits mailing list