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