Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: python-sphinx 5.0.2-3: Bump docutils version constraint
Browse files Browse the repository at this point in the history
sphinx-doc/sphinx#10656

Fixes FS#75264

git-svn-id: file:///srv/repos/svn-community/svn@1249782 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
polyzen authored and svntogit committed Jul 11, 2022
1 parent eea94c6 commit 93bcf0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trunk/PKGBUILD
Expand Up @@ -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/
Expand Down Expand Up @@ -42,6 +42,7 @@ validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E' # Takeshi KOMIYA <i.tk

prepare() {
cd Sphinx-$pkgver
sed -i 's/0.19/0.20/' setup.py
patch --forward --strip=1 --input=../sphinx-use-get_settings.patch
}

Expand Down

0 comments on commit 93bcf0d

Please sign in to comment.