summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoopaKhell2022-07-24 16:15:52 -0400
committerSoopaKhell2022-07-24 16:15:52 -0400
commitfb2b2e08ec43e2d0f5f049065c3fee547beb0855 (patch)
treec733ebf63d94d409cf237bb5f6079b909af806b0
parent91a643bdcbfbeb0845c22968b05b2799f0f71003 (diff)
downloadaur-fb2b2e08ec43e2d0f5f049065c3fee547beb0855.tar.gz
add jq as dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 648c121cc179..0c0b97e8ab4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = libby-git
depends = curl
depends = wget
depends = recode
+ depends = jq
optdepends = neomutt
optdepends = rofi
optdepends = calibre
diff --git a/PKGBUILD b/PKGBUILD
index d19e35d1fc7b..8a2d8c46c62a 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=(pup fzf curl wget recode)
+depends=(pup fzf curl wget recode jq)
optdepends=('neomutt' 'rofi' 'calibre')
makedepends=(git)
provides=(libby)