Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx
Commits:
762c4c85 by Daniel M. Capella at 2024-10-11T21:08:03-04:00
upgpkg: 8.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-sphinx
pkgdesc = Python documentation generator
- pkgver = 8.1.0
+ pkgver = 8.1.1
pkgrel = 1
url = http://www.sphinx-doc.org/
arch = any
@@ -39,7 +39,7 @@ pkgbase = python-sphinx
optdepends = imagemagick: for ext.imgconverter
optdepends = texlive-fontsextra: for the default admonition title icons
in PDF output
optdepends = texlive-latexextra: for generation of PDF documentation
- source = git+https://github.com/sphinx-doc/sphinx.git#tag=v8.1.0
- b2sums =
f3174d521f6a78f8775ca7ba0529d390f44aa9157d4614985b8b1ee6e82b90063a34295c950449dfcf831c57cee68eca575ecc0e84f6c57a0d70b1db9da03f09
+ source = git+https://github.com/sphinx-doc/sphinx.git#tag=v8.1.1
+ b2sums =
6269f755581303193b039c429b78dd840e7d8ce3a0f34785cfdf9980195331965e77601361f6bd13fd3d13d0f962324cab66f8cf68fba6f62cb0f863c6a60253
pkgname = python-sphinx
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=python-sphinx
_name=${pkgname#python-}
-pkgver=8.1.0
+pkgver=8.1.1
pkgrel=1
pkgdesc='Python documentation generator'
arch=(any)
@@ -46,7 +46,7 @@ optdepends=(
'texlive-latexextra: for generation of PDF documentation'
)
source=("git+https://github.com/$_name-doc/$_name.git#tag=v$pkgver")
-b2sums=('f3174d521f6a78f8775ca7ba0529d390f44aa9157d4614985b8b1ee6e82b90063a34295c950449dfcf831c57cee68eca575ecc0e84f6c57a0d70b1db9da03f09')
+b2sums=('6269f755581303193b039c429b78dd840e7d8ce3a0f34785cfdf9980195331965e77601361f6bd13fd3d13d0f962324cab66f8cf68fba6f62cb0f863c6a60253')
build() {
cd "$_name"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx/-/commit/762c4c85c1420d66d7cffc09cd3b782915d1044c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx/-/commit/762c4c85c1420d66d7cffc09cd3b782915d1044c
You're receiving this email because of your account on gitlab.archlinux.org.