Skip to content

Commit

Permalink
yazi: update to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Dec 10, 2024
1 parent 3553489 commit cd15e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-yazi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=yazi
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.4.0
pkgver=0.4.1
pkgrel=1
pkgdesc="Blazing fast terminal file manager written in Rust, based on async I/O (mingw-w64)"
arch=('any')
Expand All @@ -20,7 +20,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-jq: for JSON preview"
"${MINGW_PACKAGE_PREFIX}-zoxide: for directory jumping"
"${MINGW_PACKAGE_PREFIX}-ttf-nerd-fonts-symbols: for file icons")
source=("git+${msys2_repository_url}.git#tag=v${pkgver}")
sha256sums=('22b2383f650f6af43b575a462103fbff6af7a2d137fc0d456e6484edb08cabc6')
sha256sums=('ca5beffea50c80f1b7487fe7ad1b90fcc7b83152b99294ff7bfe952c86c9b662')

_env() {
export YAZI_GEN_COMPLETIONS=1
Expand Down

0 comments on commit cd15e66

Please sign in to comment.