Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
yazi
Commits:
c53591f9 by Orhun Parmaksız at 2025-02-09T12:00:42+03:00
upgpkg: 25.2.7-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = yazi
pkgdesc = Blazing fast terminal file manager written in Rust, based on
async I/O
- pkgver = 0.4.2
- pkgrel = 2
+ pkgver = 25.2.7
+ pkgrel = 1
url = https://github.com/sxyazi/yazi
arch = x86_64
license = MIT
@@ -20,7 +20,7 @@ pkgbase = yazi
optdepends = imagemagick: for previewing fonts
optdepends = chafa: for previewing images
options = !lto
- source =
yazi-0.4.2.tar.gz::https://github.com/sxyazi/yazi/archive/v0.4.2.tar.gz
- sha256sums =
88995c90954d140f455cf9ca4f87f9ca36390717377be86b0672456e1eb5f65f
+ source =
yazi-25.2.7.tar.gz::https://github.com/sxyazi/yazi/archive/v25.2.7.tar.gz
+ sha256sums =
3d31e3d94387a92c072181e3d55dc15e23a2f81c1a2668d35448d7e5c70887ae
pkgname = yazi
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Evine Deng <[email protected]>
pkgname=yazi
-pkgver=0.4.2
-pkgrel=2
+pkgver=25.2.7
+pkgrel=1
pkgdesc="Blazing fast terminal file manager written in Rust, based on async
I/O"
url="https://github.com/sxyazi/yazi"
arch=("x86_64")
@@ -25,7 +25,7 @@ optdepends=(
)
makedepends=('cargo' 'imagemagick')
source=("$pkgname-$pkgver.tar.gz::https://github.com/sxyazi/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('88995c90954d140f455cf9ca4f87f9ca36390717377be86b0672456e1eb5f65f')
+sha256sums=('3d31e3d94387a92c072181e3d55dc15e23a2f81c1a2668d35448d7e5c70887ae')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yazi/-/commit/c53591f9e3a043e13bf8273ca803b3ca5ed7d7b6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yazi/-/commit/c53591f9e3a043e13bf8273ca803b3ca5ed7d7b6
You're receiving this email because of your account on gitlab.archlinux.org.