Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinxcontrib-htmlhelp
Commits:
e2865709 by Daniel M. Capella at 2024-07-20T13:47:46-04:00
upgpkg: 2.0.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sphinxcontrib-htmlhelp
pkgdesc = Sphinx extension which renders HTML help files
- pkgver = 2.0.5
- pkgrel = 3
+ pkgver = 2.0.6
+ pkgrel = 1
url = https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
arch = any
license = BSD-2-Clause
@@ -13,7 +13,7 @@ pkgbase = python-sphinxcontrib-htmlhelp
makedepends = python-flit-core
makedepends = python-installer
depends = python
- source =
git+https://github.com/sphinx-doc/sphinxcontrib-htmlhelp.git#tag=2.0.5
- b2sums =
2cb5ab4317888f764c71674e61cb8ba17e1f97f64994d6d5957ead23a26a4064d2dfe41bba72acf249fa8bdbdb34640f3b1b6d11ad81cb0e593f3101d78c1f21
+ source =
git+https://github.com/sphinx-doc/sphinxcontrib-htmlhelp.git#tag=2.0.6
+ b2sums =
cf8c3f71b100b0a058c21bd7016c12daea0f64ca284cb0a8666ef8c905821dcaf5cad6bb0fa0d8d972cb5d8e8fd78c5c20fafa0198714287c611e179ba0b1cf7
pkgname = python-sphinxcontrib-htmlhelp
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,26 @@
pkgname=python-sphinxcontrib-htmlhelp
_name=${pkgname#python-}
-pkgver=2.0.5
-pkgrel=3
+pkgver=2.0.6
+pkgrel=1
pkgdesc='Sphinx extension which renders HTML help files'
-arch=('any')
+arch=(any)
url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
-license=('BSD-2-Clause')
-depends=('python')
-makedepends=('git' 'python-build' 'python-flit-core' 'python-installer')
-checkdepends=('python-html5lib' 'python-pytest' 'python-sphinx')
+license=(BSD-2-Clause)
+depends=(python)
+makedepends=(
+ git
+ python-build
+ python-flit-core
+ python-installer
+)
+checkdepends=(
+ python-html5lib
+ python-pytest
+ python-sphinx
+)
source=("git+$url.git#tag=$pkgver")
-b2sums=('2cb5ab4317888f764c71674e61cb8ba17e1f97f64994d6d5957ead23a26a4064d2dfe41bba72acf249fa8bdbdb34640f3b1b6d11ad81cb0e593f3101d78c1f21')
+b2sums=('cf8c3f71b100b0a058c21bd7016c12daea0f64ca284cb0a8666ef8c905821dcaf5cad6bb0fa0d8d972cb5d8e8fd78c5c20fafa0198714287c611e179ba0b1cf7')
build() {
cd "$_name"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-htmlhelp/-/commit/e2865709d4c6c17f6e7d7869fef559cea6e47e75
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-htmlhelp/-/commit/e2865709d4c6c17f6e7d7869fef559cea6e47e75
You're receiving this email because of your account on gitlab.archlinux.org.