summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Santos2018-12-09 23:09:30 +0100
committerBruno Santos2018-12-09 23:09:30 +0100
commit59d036acd3d2fb6f4c45eaed3c7fe3fc0b892bee (patch)
tree7f3d00ad23e510fabb116e2ead27673bd16db9e0
parentfdc4288452e0187e409bf4e5ddd6a1ac2537f681 (diff)
downloadaur-59d036acd3d2fb6f4c45eaed3c7fe3fc0b892bee.tar.gz
Remove optional dependency
The RTD theme is indeed used for building documentation, but we don't do so and, even if we did, it would be a make dependency anyway. This patch simply removes the dependency. No need for rebuilding the package.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bff6eda84ad..135e4f7462ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = hawkmoth
license = BSD2
depends = python-sphinx
depends = clang
- optdepends = python-sphinx_rtd_theme: Read The Docs theme is used for documentation by default
source = git+https://gitlab.com/bms-contrib/hawkmoth#branch=unrot
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 84fb514912e9..04cc174c8f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,6 @@ arch=('i686' 'x86_64')
url='https://gitlab.com/bms-contrib/hawkmoth'
license=('BSD2')
depends=('python-sphinx' 'clang')
-makedepends=()
-optdepends=('python-sphinx_rtd_theme: Read The Docs theme is used for documentation by default')
source=('git+https://gitlab.com/bms-contrib/hawkmoth#branch=unrot')
md5sums=('SKIP')