summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuo Teramoto2017-04-26 16:06:40 -0300
committerKazuo Teramoto2017-04-26 16:06:40 -0300
commit7381ebe5ac462203bb05c9b6b53253e097ffeb35 (patch)
tree08339575e01a74942d0fc559f092654c12006b1c
parent4d6acb10f7bd62acb44052581fc16edba4885d8e (diff)
downloadaur-7381ebe5ac462203bb05c9b6b53253e097ffeb35.tar.gz
Remove unneeded makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3a77bf46095..2fdcb3c99f70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = python-urwidtrees-git
arch = any
license = GPL
makedepends = git
- makedepends = python-sphinx
depends = python-urwid>=1.1.0
depends = python-mock
provides = python-urwidtrees
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")