Date: Friday, March 10, 2023 @ 07:55:14
Author: polyzen
Revision: 1417204
upgpkg: python-sphinx_rtd_theme 1.2.0-2: Add missing sphinxcontrib.jquery dep
Modified:
python-sphinx_rtd_theme/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-10 07:54:19 UTC (rev 1417203)
+++ PKGBUILD 2023-03-10 07:55:14 UTC (rev 1417204)
@@ -6,12 +6,12 @@
pkgname=python-sphinx_rtd_theme
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Read the Docs theme for Sphinx'
arch=('any')
url=https://github.com/readthedocs/sphinx_rtd_theme
license=('MIT')
-depends=('python-sphinx')
+depends=('python-sphinx' 'python-sphinxcontrib-jquery')
makedepends=('nodejs-lts-fermium' 'npm' 'python-setuptools-scm' 'python-build'
'python-installer' 'python-wheel')
source=("$url/archive/$pkgver/sphinx_rtd_theme-$pkgver.tar.gz")
b2sums=('25184f0b810ebe0f346a87e5651243c1b740bd1803ec57c5f842527f245cf60f614b7973e19a2c11f4482d84efaff9c1549923947d0597d36acf18200fa5193b')