[arch-commits] Commit in python-sphinx/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Thu May 20 20:51:19 UTC 2021
Date: Thursday, May 20, 2021 @ 20:51:19
Author: polyzen
Revision: 939559
upgpkg: python-sphinx 4.0.2-1
Modified:
python-sphinx/trunk/PKGBUILD
----------+
PKGBUILD | 22 +++++-----------------
1 file changed, 5 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-20 20:39:45 UTC (rev 939558)
+++ PKGBUILD 2021-05-20 20:51:19 UTC (rev 939559)
@@ -5,8 +5,8 @@
# Contributor: Fabio Volpe <volpefabio at gmail.com>
pkgname=python-sphinx
-pkgver=4.0.1
-pkgrel=3
+pkgver=4.0.2
+pkgrel=1
pkgdesc='Python documentation generator'
arch=('any')
url=http://www.sphinx-doc.org/
@@ -28,26 +28,14 @@
'texlive-fontsextra' 'texlive-latexextra')
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}
- 'https://github.com/sphinx-doc/sphinx/commit/85f58874ecd9feb391e24f9d0197bef5cc637a87.patch'
- '0001-Revert-Close-7996-manpage-Make-a-section-directory-o.patch')
-sha256sums=('cf5104777571b2b7f06fa88ee08fade24563f4a0594cf4bd17d31c47b8740b4c'
- 'SKIP'
- '560978f9fe91b169af8acb84cedbd291e4837f658468648d6e6c891a5f1bac2e'
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+sha256sums=('b5c2ae4120bf00c799ba9b3699bc895816d272d120080fbc967292f29b52b48c'
'SKIP')
-b2sums=('25ddb31a6db4eb1b76054be7026c327b47e33ec3efaa3eec70e5aae747931723baafe4b7b944ec4405589294698995bf7f5988187927f64db00ba77f44dccedc'
- 'SKIP'
- 'f4e84995fcaa77359becece089c8809e3472a743493b0126891b651871fc2d3e8f1d80fa9be86c063a155962ab8455af65ab92da96fda970bf2218d933446fc7'
+b2sums=('c0309ca6752a76c11b5071d3ee368e80499bf68ca51a7f396be10d15b9bf9b03f85de3fef2b4e3c4795de99efa78af42a5b95b00d1f737952e6775631e63128a'
'SKIP')
validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E' # Takeshi KOMIYA <i.tkomiya at gmail.com>
'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki Shimizukawa <shimizukawa at gmail.com>
-prepare() {
- cd Sphinx-$pkgver
- patch -p1 <"$srcdir"/85f58874ecd9feb391e24f9d0197bef5cc637a87.patch
- patch -p1 <"$srcdir"/0001-Revert-Close-7996-manpage-Make-a-section-directory-o.patch
-}
-
build() {
cd Sphinx-$pkgver
make build
More information about the arch-commits
mailing list