makedeb


yazi-bin 0.3.3-1


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.

Commit:


Hash: 9a2df3abd9b25840799ac183fdaa5dadd1979ce7

Message: update to 0.3.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index c94aaa1..97b903d 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 = 2
-pkgver = 0.2.5
+pkgrel = 1
+pkgver = 0.3.0
 url = https://github.com/sxyazi/yazi
 arch = amd64
 license = MIT
-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: 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
+optdepends = jq
+optdepends = unar
+optdepends = ffmpegthumbnailer
+optdepends = fd
+optdepends = ripgrep
+optdepends = fzf
+optdepends = poppler-data
+optdepends = poppler-utils
+optdepends = zoxide
+source = yazi-bin-0.3.0.zip::https://github.com/sxyazi/yazi/releases/download/v0.3.0/yazi-x86_64-unknown-linux-gnu.zip
+sha256sums = cd83a0c9a4c8560f69d1e1399b225740b184f05b63fc927e2c9641b42650dbb2
+optdepends = jq
+optdepends = unar
+optdepends = ffmpegthumbnailer
+optdepends = fd
+optdepends = ripgrep
+optdepends = fzf
+optdepends = poppler-data
+optdepends = poppler-utils
+optdepends = zoxide
diff --git a/PKGBUILD b/PKGBUILD
index fe8f550..2e9dafc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,27 @@
 # Maintainer: Zhongmin Lin <zhongmin.lin3@gmail.com>
 
 pkgname=yazi-bin
-pkgver=0.2.5
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
 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: 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'
+	'jq'
+	'unar'
+	'ffmpegthumbnailer'
+	'fd'
+	'ripgrep'
+	'fzf'
+	'poppler-data'
+	'poppler-utils'
+	'zoxide'
 )
 # 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")
-sha256sums=('b673a1a9acc42386e7f2a290bed303d771d869ec56ca5ebd43d3a0ce6976ad26')
+sha256sums=('cd83a0c9a4c8560f69d1e1399b225740b184f05b63fc927e2c9641b42650dbb2')
 
 package() {
   cd "${pkgname%-bin}-x86_64-unknown-linux-gnu"