summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Petrov2021-01-01 10:23:00 +0300
committerVlad Petrov2021-01-01 10:23:00 +0300
commit6557528800f9ac1f2c3274b1db5a477eb54a8f2e (patch)
tree6b75fe49a49de55485d4c716ad4372fab8b121da
parentb2974f966be779079005b703fdff3824ec0dc089 (diff)
downloadaur-6557528800f9ac1f2c3274b1db5a477eb54a8f2e.tar.gz
nb: add some opt deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 16 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22cd58bc404f..63a4ce611cc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,11 +7,16 @@ pkgbase = nb
license = AGPL3
depends = bash
depends = git
+ optdepends = ack
optdepends = bat
+ optdepends = exa
+ optdepends = ffmpeg
optdepends = pandoc
+ optdepends = readability-cli
optdepends = ripgrep
- optdepends = w3m
+ optdepends = the_silver_searcher
optdepends = tig
+ optdepends = w3m
provides = nb
conflicts = nb
source = nb-5.7.8.tar.gz::https://github.com/xwmx/nb/archive/5.7.8.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a209e9ff2efd..2389c454f97c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,16 @@ url="https://github.com/xwmx/${pkgname}"
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
license=('AGPL3')
depends=('bash' 'git')
-optdepends=('bat' 'pandoc' 'ripgrep' 'w3m' 'tig')
+optdepends=('ack'
+ 'bat'
+ 'exa'
+ 'ffmpeg'
+ 'pandoc'
+ 'readability-cli'
+ 'ripgrep'
+ 'the_silver_searcher'
+ 'tig'
+ 'w3m')
provides=("$pkgname")
conflicts=("$pkgname")
sha512sums=('d4102012f67cdee8d1e60a29fd42078df3d4f095fb34564ea70563894e5d975e040819ea43abc048dac8596cc03c8a251fc15c6d4620fe3370bc145e97c6660f')