diff options
author | Patrick Northon | 2025-01-02 11:04:58 -0500 |
---|---|---|
committer | Patrick Northon | 2025-01-02 11:04:58 -0500 |
commit | 38582f0c682deb547b2e550899bdd84b9719a00d (patch) | |
tree | 9d522b8d2a64e873106d4794d3c65a956a677c6c /PKGBUILD | |
parent | ae60843af2ff0b06b6be66ba9d21adb502d174f3 (diff) | |
download | aur-comic-dl.tar.gz |
Remove python-future from depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ pkgname='comic-dl' pkgver=2024.02.10 -pkgrel=2 +pkgrel=3 pkgdesc='Command line tool to download Comics and Manga from various Manga and Comic sites easily.' arch=(any) url="https://github.com/Xonshiz/${pkgname}" @@ -27,7 +27,7 @@ prepare() { package() { depends+=('python-tqdm' 'python-requests' - 'python-clint' 'img2pdf' 'python-colorama' 'python-future' + 'python-clint' 'img2pdf' 'python-colorama' 'python-beautifulsoup4' 'python-cloudscraper' 'nodejs' 'python-jsbeautifier') cd "$_srcdir" |