summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Palenzuela2019-08-07 01:02:14 +0200
committerManuel Palenzuela2019-08-07 01:02:14 +0200
commitad1573e9a59101500a16db820122720ab6699939 (patch)
tree634af862df6618c7b9b4574257b2b3e127776f17 /PKGBUILD
parent34eb6fcc47cca84b739fab97932a170e1ee7dc05 (diff)
downloadaur-manga-downloader-git.tar.gz
Fixed PKGBUILD depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 752c5eb24882..0b1b3243fad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='cli manga downloader'
url='https://github.com/yuru-yuri/manga-py.git'
arch=('any')
license=('MIT')
-depends=('python-lxml' 'python-cssselect' 'python-requests' 'python-pillow' 'python-pycryptodome' 'python-cloudscraper' 'python-loguru' 'python-selenium' 'python-pyexecjs' 'python-packaging' 'python' 'python-urllib3' 'python2-progressbar' 'python-html-purifier' 'python-numpy')
+depends=('python-lxml' 'python-cssselect' 'python-requests' 'python-pillow' 'python-pycryptodome' 'python-cloudscraper' 'python-loguru' 'python-selenium' 'python-pyexecjs' 'python-packaging' 'python' 'python-urllib3' 'python-progressbar' 'python-html-purifier' 'python-numpy')
makedepends=('git')
provides=('manga-downloader')