Date: Wednesday, June 1, 2022 @ 22:15:24 Author: polyzen Revision: 1218374
upgpkg: python-sphinx 5.0.0-2: Apply https://github.com/sphinx-doc/sphinx/pull/10504 Requested in order to fix Linux docs builds. Modified: python-sphinx/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-01 21:38:53 UTC (rev 1218373) +++ PKGBUILD 2022-06-01 22:15:24 UTC (rev 1218374) @@ -6,7 +6,7 @@ pkgname=python-sphinx pkgver=5.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='Python documentation generator' arch=('any') url=http://www.sphinx-doc.org/ @@ -30,13 +30,16 @@ optdepends=('imagemagick: for ext.imgconverter' 'texlive-latexextra: for generation of PDF documentation') source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc} - 'sphinx-fix_testcase.patch::https://github.com/sphinx-doc/sphinx/commit/a904ab563a14ee5891551fdecf0d66d26774979f.patch') + 'sphinx-fix_testcase.patch::https://github.com/sphinx-doc/sphinx/commit/a904ab563a14ee5891551fdecf0d66d26774979f.patch' + 'sphinx-fix_findall.patch::https://github.com/sphinx-doc/sphinx/pull/10504.patch') sha256sums=('464d9c1bd5613bcebe76b46658763f3f3dbb184da7406e632a84596d3cd8ee90' 'SKIP' - '9d6c995585945a0a3f996c3c965a4018cb052aa91b0037cd5539212dab1c3cbd') + '9d6c995585945a0a3f996c3c965a4018cb052aa91b0037cd5539212dab1c3cbd' + '5b347e3c37cffcce47684be53cda7239eefdf449d2fb6bdf9dcf8494c8a9a399') b2sums=('95f2b85c7de6d900922730c3e431259e2333b3fe27e25cbe35e9584ccf1ac3442ca0949018e64ca8481e60f2298b46f6a77523a7a67e6aafe7492b62ff97aa70' 'SKIP' - 'bcb94aefbdbb418b14bdc320c0fd796633c34a1f23f0934a0b78a555e460906de86496f3f85a1304d9adaf6c3914f3cc57a20ab837aa8f23362f5779833f4ce6') + 'bcb94aefbdbb418b14bdc320c0fd796633c34a1f23f0934a0b78a555e460906de86496f3f85a1304d9adaf6c3914f3cc57a20ab837aa8f23362f5779833f4ce6' + '6f1e0f5a374cf520926897ab7232f776a4cd54f625ddfd93fa6e1272b5bb40858ccf3a2e858eebcffe65e7577f1699b79cab7561312dcf4794e27bcf36f6afd5') validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E' # Takeshi KOMIYA <[email protected]> 'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki Shimizukawa <[email protected]> @@ -43,6 +46,7 @@ prepare() { cd Sphinx-$pkgver patch --forward --strip=1 --input=../sphinx-fix_testcase.patch + patch --forward --strip=1 --input=../sphinx-fix_findall.patch } build() {
