makedeb
Blazing fast terminal file manager written in Rust, based on async I/O
Click here to go back to the commit logs for yazi-bin.
Hash: 2a56c382862affb6456ed3afb55a8c270b6e2af6
Message: Added optdepends details
diff --git a/.SRCINFO b/.SRCINFO
index d38c726..c94aaa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,28 +2,28 @@ generated-by = makedeb
pkgname = yazi-bin
pkgbase = yazi-bin
pkgdesc = Blazing fast terminal file manager written in Rust, based on async I/O
-pkgrel = 1
+pkgrel = 2
pkgver = 0.2.5
url = https://github.com/sxyazi/yazi
arch = amd64
license = MIT
-optdepends = jq
-optdepends = unar
-optdepends = ffmpegthumbnailer
-optdepends = fd
-optdepends = ripgrep
-optdepends = fzf
-optdepends = poppler-data
-optdepends = poppler-utils
-optdepends = zoxide
+optdepends = jq: for JSON preview
+optdepends = unar: for archive preview
+optdepends = ffmpegthumbnailer: for video thumbnails
+optdepends = fd: for file searching
+optdepends = ripgrep: for file content searching
+optdepends = fzf: for directory jumping
+optdepends = poppler-data: for PDF preview
+optdepends = poppler-utils: for PDF preview
+optdepends = zoxide: for directory jumping
source = yazi-bin-0.2.5.zip::https://github.com/sxyazi/yazi/releases/download/v0.2.5/yazi-x86_64-unknown-linux-gnu.zip
sha256sums = b673a1a9acc42386e7f2a290bed303d771d869ec56ca5ebd43d3a0ce6976ad26
-optdepends = jq
-optdepends = unar
-optdepends = ffmpegthumbnailer
-optdepends = fd
-optdepends = ripgrep
-optdepends = fzf
-optdepends = poppler-data
-optdepends = poppler-utils
-optdepends = zoxide
+optdepends = jq: for JSON preview
+optdepends = unar: for archive preview
+optdepends = ffmpegthumbnailer: for video thumbnails
+optdepends = fd: for file searching
+optdepends = ripgrep: for file content searching
+optdepends = fzf: for directory jumping
+optdepends = poppler-data: for PDF preview
+optdepends = poppler-utils: for PDF preview
+optdepends = zoxide: for directory jumping
diff --git a/PKGBUILD b/PKGBUILD
index 728513f..fe8f550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,22 @@
pkgname=yazi-bin
pkgver=0.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Blazing fast terminal file manager written in Rust, based on async I/O"
url="https://github.com/sxyazi/yazi"
arch=("amd64")
license=('MIT')
# depends=('gcc-libs' 'ttf-nerd-fonts-symbols')
optdepends=(
- 'jq'
- 'unar'
- 'ffmpegthumbnailer'
- 'fd'
- 'ripgrep'
- 'fzf'
- 'poppler-data'
- 'poppler-utils'
- 'zoxide'
+ 'jq: for JSON preview'
+ 'unar: for archive preview'
+ 'ffmpegthumbnailer: for video thumbnails'
+ 'fd: for file searching'
+ 'ripgrep: for file content searching'
+ 'fzf: for directory jumping'
+ 'poppler-data: for PDF preview'
+ 'poppler-utils: for PDF preview'
+ 'zoxide: for directory jumping'
)
# makedepends=('cargo' 'imagemagick')
source=("$pkgname-$pkgver.zip::https://github.com/sxyazi/${pkgname%-bin}/releases/download/v$pkgver/${pkgname%-bin}-x86_64-unknown-linux-gnu.zip")