diff options
author | Klaus Alexander Seistrup | 2024-02-08 12:33:55 +0100 |
---|---|---|
committer | Klaus Alexander Seistrup | 2024-02-08 12:33:55 +0100 |
commit | afa77f970ef546a059c43fa9fa1debcb899d6965 (patch) | |
tree | d3535f28c774c0cfed2f63ccb05525e74cadc6c4 /PKGBUILD | |
parent | 1f15b5c4edd5496848491a7425bc4f60a56e2206 (diff) | |
download | aur-afa77f970ef546a059c43fa9fa1debcb899d6965.tar.gz |
Recommend eza, rather than exa (that has been discontinued)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ pkgname='nb' pkgver=7.11.0 -pkgrel=1 +pkgrel=2 pkgdesc="A command-line note-taking, bookmarking, archiving, and knowledge base application" arch=('any') url="https://github.com/xwmx/${pkgname}" @@ -24,7 +24,7 @@ optdepends=( 'ack' 'the_silver_searcher' 'catimg' - 'exa' + 'eza' 'ffmpeg' # For ffplay 'imagemagick' 'gnupg' |