summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-05-17 14:13:28 +0800
committerUniversebenzene2021-05-17 14:13:28 +0800
commitb8bb67f10eda78612557b15457cdb3875f9dfa00 (patch)
treeaafe1f2b2fb16e1ca40e5965a5785dff8900749e
parent0bc830b857a25a445ab2330cc72e4db289a1063a (diff)
downloadaur-b8bb67f10eda78612557b15457cdb3875f9dfa00.tar.gz
Remove unexisted dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f57ec85308e..d8f1dbdc5f81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,5 +20,4 @@ pkgname = python-sphinx-panels
optdepends = python-pre-commit: code_style
optdepends = python-sphinx-autobuild: live-dev
optdepends = python-web-compile: live-dev
- optdepends = python-sphinx-panels-doc: Documentation
diff --git a/PKGBUILD b/PKGBUILD
index d37afb6cf86f..b3866d21fa78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,8 +37,8 @@ package_python-sphinx-panels() {
'python-myst-parser: themes'
'python-pre-commit: code_style'
'python-sphinx-autobuild: live-dev'
- 'python-web-compile: live-dev'
- 'python-sphinx-panels-doc: Documentation')
+ 'python-web-compile: live-dev')
+# 'python-sphinx-panels-doc: Documentation')
cd ${srcdir}/${_pyname}-${pkgver}
install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"