summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-07-28 13:02:04 +0800
committerUniversebenzene2023-07-28 13:02:04 +0800
commit34d6b2e34864e84b3ddafb9edb648cd3b1f3448f (patch)
tree6cc5802580a9a7807538e663b32202abb507fde9
parent399d9b9bfa80f263b1b4507c8bac1f4843e24fb4 (diff)
downloadaur-34d6b2e34864e84b3ddafb9edb648cd3b1f3448f.tar.gz
Correct optdep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb5c86076304..92a1019683cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgname = python-sphinx_design
depends = python-sphinx
optdepends = python-pre-commit: code_style
optdepends = python-myst-parser: rtd
- optdepends = python-sphinx-fure: theme_furo
+ optdepends = python-sphinx-furo: theme_furo
optdepends = python-sphinx_rtd_theme: theme_rtd
optdepends = python-sphinx-book-theme: theme_sbt
optdepends = python-pydata-sphinx-theme: theme_pydata
diff --git a/PKGBUILD b/PKGBUILD
index 0fa9c437d068..ef6eabf347bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ package_python-sphinx_design() {
depends=('python-sphinx')
optdepends=('python-pre-commit: code_style'
'python-myst-parser: rtd'
- 'python-sphinx-fure: theme_furo'
+ 'python-sphinx-furo: theme_furo'
'python-sphinx_rtd_theme: theme_rtd'
'python-sphinx-book-theme: theme_sbt'
'python-pydata-sphinx-theme: theme_pydata'