summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2014-12-06 17:16:28 -0800
committermutantmonkey2014-12-06 17:16:28 -0800
commit2f33e3509d85896970b0a619066aa4be03335d2e (patch)
tree59d2413fe18f63ca59f144b3d8bdba3bdfbfe32f
parent0ca1dcd22ec2aae2e30c1a0f03fba6c7d0e032e1 (diff)
downloadaur-2f33e3509d85896970b0a619066aa4be03335d2e.tar.gz
dex-git: add python-sphinx as a makedepend
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de566f4f1757..f052072ab6d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/jceb/dex"
arch=('any')
license=('GPL2')
depends=('python')
-makedepends=('git')
+makedepends=('git' 'python-sphinx')
provides=('dex')
conflicts=('dex')
source=('git+https://github.com/jceb/dex.git')