summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKazuo Teramoto2017-04-26 16:06:40 -0300
committerKazuo Teramoto2017-04-26 16:06:40 -0300
commit7381ebe5ac462203bb05c9b6b53253e097ffeb35 (patch)
tree08339575e01a74942d0fc559f092654c12006b1c /PKGBUILD
parent4d6acb10f7bd62acb44052581fc16edba4885d8e (diff)
downloadaur-python-urwidtrees-git.tar.gz
Remove unneeded makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bc5ed4e063a..245cfa254661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("any")
url="https://github.com/pazz/urwidtrees"
license=("GPL")
depends=("python-urwid>=1.1.0" "python-mock")
-makedepends=("git" "python-sphinx")
+makedepends=("git")
provides=('python-urwidtrees')
conflicts=('python-urwidtrees')
source=("git+https://github.com/pazz/urwidtrees.git")