diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 989f0a113fb0..5def8c03048e 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -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,19 +30,23 @@ checkdepends=('cython' 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 'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki Shimizukawa prepare() { cd Sphinx-$pkgver patch --forward --strip=1 --input=../sphinx-fix_testcase.patch + patch --forward --strip=1 --input=../sphinx-fix_findall.patch } build() {