summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2025-01-02 11:04:58 -0500
committerPatrick Northon2025-01-02 11:04:58 -0500
commit38582f0c682deb547b2e550899bdd84b9719a00d (patch)
tree9d522b8d2a64e873106d4794d3c65a956a677c6c /PKGBUILD
parentae60843af2ff0b06b6be66ba9d21adb502d174f3 (diff)
downloadaur-comic-dl.tar.gz
Remove python-future from depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23069bae229e..5c3362f02991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"