From e7c2947f55686bec0905e05c290d745164021fe2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 May 2023 21:15:32 +0200 Subject: recompile all python packages --- python-sphinx-better-theme/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-sphinx-better-theme') diff --git a/python-sphinx-better-theme/PKGBUILD b/python-sphinx-better-theme/PKGBUILD index f0ed6a1f8..c4c7319c8 100644 --- a/python-sphinx-better-theme/PKGBUILD +++ b/python-sphinx-better-theme/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-sphinx-better-theme _pkgname=sphinx-better-theme pkgver=0.13 -pkgrel=65 +pkgrel=66 pkgdesc='theme for Sphinx that looks nice' arch=('any') url='https://sphinx-better-theme.readthedocs.io/' license=('custom') depends=( - 'python>=3.10' - 'python<3.11' + 'python>=3.11' + 'python<3.12' ) source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/irskep/${_pkgname}/archive/v${pkgver}.tar.gz") sha512sums=('ad9b52205b29a410c918f789e5b4d110ca6bb654da18203206504efef7f16228b93b764cf14d9cca1a89d1850a4327b51f1f6fe7219d5968b5e51e5cf1935f42') -- cgit v1.2.3-54-g00ecf