diff options
Diffstat (limited to 'python-sphinx-better-theme')
-rw-r--r-- | python-sphinx-better-theme/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-sphinx-better-theme/PKGBUILD b/python-sphinx-better-theme/PKGBUILD index f38baea75..4ff840c1f 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=62 +pkgrel=63 pkgdesc='theme for Sphinx that looks nice' arch=('any') url='https://sphinx-better-theme.readthedocs.io/' license=('custom') depends=( - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' ) source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/irskep/${_pkgname}/archive/v${pkgver}.tar.gz") sha512sums=('ad9b52205b29a410c918f789e5b4d110ca6bb654da18203206504efef7f16228b93b764cf14d9cca1a89d1850a4327b51f1f6fe7219d5968b5e51e5cf1935f42') |