Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx_rtd_theme
Commits:
51779dfc by Daniel M. Capella at 2024-07-22T00:19:19-04:00
upgpkg: 2.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sphinx_rtd_theme
pkgdesc = Read the Docs theme for Sphinx
- pkgver = 1.3.0
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://github.com/readthedocs/sphinx_rtd_theme
arch = any
license = MIT
@@ -12,8 +12,8 @@ pkgbase = python-sphinx_rtd_theme
depends = python
depends = python-sphinx
depends = python-sphinxcontrib-jquery
- source =
sphinx_rtd_theme-1.3.0.tar.gz::https://github.com/readthedocs/sphinx_rtd_theme/archive/refs/tags/1.3.0.tar.gz
- sha256sums =
637611d42a95719235bf557567fadfea89d9e13c5e819f07640f74b75db90dd8
- b2sums =
bc439cf68f7e66a53b73105d423af8159050cb1748ff9fd7e9e3bbda30e79d6745fa4c9325cbf9cca8fd5ec6ed5ec7a7ec386ba4c303cf54f5de5387b901a73b
+ source =
sphinx_rtd_theme-2.0.0.tar.gz::https://github.com/readthedocs/sphinx_rtd_theme/archive/refs/tags/2.0.0.tar.gz
+ sha256sums =
40446e6789dd34deb4e9814e379bae0aa74057b6fb43de4b343a48c84fc0f8db
+ b2sums =
69721e2729e8c8ff3832721255d6ccfbd78d6a87d1ca032b95185b190f265e888fbdf1b297b45aad82d45bbc8229dbe07dfd901cd7945085057321500fcb992f
pkgname = python-sphinx_rtd_theme
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
pkgname=python-sphinx_rtd_theme
_name=${pkgname/python-/}
-pkgver=1.3.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc='Read the Docs theme for Sphinx'
arch=('any')
url=https://github.com/readthedocs/sphinx_rtd_theme
@@ -15,8 +15,8 @@ license=('MIT')
depends=('python' 'python-sphinx' 'python-sphinxcontrib-jquery')
makedepends=('python-setuptools-scm' 'python-build' 'python-installer'
'python-wheel')
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('637611d42a95719235bf557567fadfea89d9e13c5e819f07640f74b75db90dd8')
-b2sums=('bc439cf68f7e66a53b73105d423af8159050cb1748ff9fd7e9e3bbda30e79d6745fa4c9325cbf9cca8fd5ec6ed5ec7a7ec386ba4c303cf54f5de5387b901a73b')
+sha256sums=('40446e6789dd34deb4e9814e379bae0aa74057b6fb43de4b343a48c84fc0f8db')
+b2sums=('69721e2729e8c8ff3832721255d6ccfbd78d6a87d1ca032b95185b190f265e888fbdf1b297b45aad82d45bbc8229dbe07dfd901cd7945085057321500fcb992f')
build() {
cd "$_name"-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx_rtd_theme/-/commit/51779dfcc7eac80199f490c5db6e6f400823ef09
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx_rtd_theme/-/commit/51779dfcc7eac80199f490c5db6e6f400823ef09
You're receiving this email because of your account on gitlab.archlinux.org.