summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c4d5482ae3e..54b94794651a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-sphinxcontrib-fulltoc
url = https://github.com/sphinx-contrib/fulltoc
arch = any
license = GPL
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
source = https://files.pythonhosted.org/packages/8e/a6/d1297db9b75650681e5429e92e13df139ee6b64303ff1b2eea4ebd32c0a9/sphinxcontrib-fulltoc-1.2.0.tar.gz
md5sums = 1b4326b588ae9e7bfe69b51670b74cfb
@@ -15,4 +17,3 @@ pkgname = python-sphinxcontrib-fulltoc
pkgname = python2-sphinxcontrib-fulltoc
depends = python2
depends = python2-sphinx
-
diff --git a/PKGBUILD b/PKGBUILD
index 050358a92e00..3d4b71a8a249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ pkgrel='3'
pkgdesc="Include a full table of contents in your Sphinx HTML sidebar"
arch=('any')
url="https://github.com/sphinx-contrib/fulltoc"
+makedepends=('python-setuptools'
+ 'python2-setuptools')
license=('GPL')
source=("https://files.pythonhosted.org/packages/8e/a6/d1297db9b75650681e5429e92e13df139ee6b64303ff1b2eea4ebd32c0a9/sphinxcontrib-fulltoc-${pkgver}.tar.gz")
md5sums=('1b4326b588ae9e7bfe69b51670b74cfb')