summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-03-14 10:12:40 +0800
committerUniversebenzene2023-03-14 10:12:40 +0800
commit089f28befaad5cb182878f16e157acd60c9e6820 (patch)
treebed3f7eac5edd665a3ff1955b606d68be6e8341c
parent838b5ee151fb7eb2eb1408c793682314ad7be81d (diff)
downloadaur-089f28befaad5cb182878f16e157acd60c9e6820.tar.gz
Remove limit for sphinx
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6c63ce53de9..dc000f680014 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = python-sphinx_design
md5sums = 8283e2917f9bf3b1ab5688deb6a1aaa5
pkgname = python-sphinx_design
- depends = python-sphinx<6
+ depends = python-sphinx
optdepends = python-pre-commit: code_style
optdepends = python-myst-parser: rtd
optdepends = python-sphinx_design-doc: Documentation for sphinx_design
diff --git a/PKGBUILD b/PKGBUILD
index 0ad613058ba0..fa993547e175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ check() {
}
package_python-sphinx_design() {
- depends=('python-sphinx<6')
+ depends=('python-sphinx')
optdepends=('python-pre-commit: code_style'
'python-myst-parser: rtd'
'python-sphinx_design-doc: Documentation for sphinx_design')