Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-sphinx
Commits: 2429e155 by Daniel M. Capella at 2024-10-12T16:11:12-04:00 upgpkg: 8.1.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-sphinx pkgdesc = Python documentation generator - pkgver = 8.1.1 + pkgver = 8.1.2 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.1 - b2sums = 6269f755581303193b039c429b78dd840e7d8ce3a0f34785cfdf9980195331965e77601361f6bd13fd3d13d0f962324cab66f8cf68fba6f62cb0f863c6a60253 + source = git+https://github.com/sphinx-doc/sphinx.git#tag=v8.1.2 + b2sums = cb2553e31c4acad4c8d09c941166b130625bf3ac9111bdf266b34287a06fa17dc8f5c359b35c949e12c59581ab66b59a015565c5f269a48442e54748a9999f02 pkgname = python-sphinx ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=python-sphinx _name=${pkgname#python-} -pkgver=8.1.1 +pkgver=8.1.2 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=('6269f755581303193b039c429b78dd840e7d8ce3a0f34785cfdf9980195331965e77601361f6bd13fd3d13d0f962324cab66f8cf68fba6f62cb0f863c6a60253') +b2sums=('cb2553e31c4acad4c8d09c941166b130625bf3ac9111bdf266b34287a06fa17dc8f5c359b35c949e12c59581ab66b59a015565c5f269a48442e54748a9999f02') build() { cd "$_name" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx/-/commit/2429e1551c4b80b5ba69cebf4d898957cdade120 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx/-/commit/2429e1551c4b80b5ba69cebf4d898957cdade120 You're receiving this email because of your account on gitlab.archlinux.org.