summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSoopaKhell2023-03-31 15:59:21 -0400
committerSoopaKhell2023-03-31 15:59:21 -0400
commitfd201d7849ca125abf12a336e90229fd8f999192 (patch)
tree3a4f2182993eede20d28ec95dc82d8b22cde8937 /PKGBUILD
parentbd744beaf2a2f2b0b465291ebf6fc4ff471f78a2 (diff)
downloadaur-libby-git.tar.gz
add deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f9e53a6e8ae..fd2100cef794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="a simple cli tool to download books from Library Genesis"
arch=(any)
url=https://github.com/carterprince/libby
license=(GPL3)
-depends=(python-tqdm)
+depends=(python-requests python-tqdm python-beautifulsoup4)
optdepends=('neomutt' 'rofi' 'calibre')
makedepends=(git)
provides=(libby)