summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Anderson2018-08-13 18:55:28 -0400
committerSean Anderson2018-08-13 18:55:28 -0400
commitf06705ac96a258dfc89fff48c5b82e46045a450b (patch)
treed653e9bca109994cb2b88e8610d14749f06e781c /PKGBUILD
parentd31e390a543243cc325987341392ab905d05303b (diff)
downloadaur-f06705ac96a258dfc89fff48c5b82e46045a450b.tar.gz
Remove duplicate deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b341cb2fc9de..5d3a5c38f731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/michael-lazar/rtv"
license=('MIT')
conflicts=('rtv-git')
makedepends=('python-setuptools')
-depends=('python-beautifulsoup4' 'python-decorator' 'python-kitchen' 'ncurses' 'python' 'python-six' 'python-requests')
+depends=('python-beautifulsoup4' 'python-decorator' 'python-kitchen' 'python-six' 'python-requests')
source=(https://github.com/michael-lazar/rtv/archive/v$pkgver.tar.gz)
md5sums=('59bad003b7734192a49de0d9a39eeeb9')