summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoopaKhell2023-03-31 15:59:21 -0400
committerSoopaKhell2023-03-31 15:59:21 -0400
commitfd201d7849ca125abf12a336e90229fd8f999192 (patch)
tree3a4f2182993eede20d28ec95dc82d8b22cde8937
parentbd744beaf2a2f2b0b465291ebf6fc4ff471f78a2 (diff)
downloadaur-libby-git.tar.gz
add deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a90ba2e29fe5..ccb061c05498 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,9 @@ pkgbase = libby-git
arch = any
license = GPL3
makedepends = git
+ depends = python-requests
depends = python-tqdm
+ depends = python-beautifulsoup4
optdepends = neomutt
optdepends = rofi
optdepends = calibre
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)