Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
yazi


Commits:
8a008db0 by Orhun Parmaksız at 2024-08-06T20:54:25+03:00
upgpkg: 0.3.0-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.2.5
-       pkgrel = 2
+       pkgver = 0.3.0
+       pkgrel = 1
        url = https://github.com/sxyazi/yazi
        arch = x86_64
        license = MIT
@@ -17,8 +17,10 @@ pkgbase = yazi
        optdepends = fzf: for directory jumping
        optdepends = poppler: for PDF preview
        optdepends = zoxide: for directory jumping
+       optdepends = imagemagick: for previewing fonts
+       optdepends = chafa: for previewing images
        options = !lto
-       source = 
yazi-0.2.5.tar.gz::https://github.com/sxyazi/yazi/archive/v0.2.5.tar.gz
-       sha256sums = 
aea4a6ebd7f56c5d5fe6afbea143fc98c336d4ccd7852f2e8983c23e205988c4
+       source = 
yazi-0.3.0.tar.gz::https://github.com/sxyazi/yazi/archive/v0.3.0.tar.gz
+       sha256sums = 
0a0c1583accca16759392f258367156a2c36fb0b1d37152b07e1aa5239c531ff
 
 pkgname = yazi


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 # Contributor: Evine Deng <[email protected]>
 
 pkgname=yazi
-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=("x86_64")
@@ -20,10 +20,12 @@ optdepends=(
        'fzf: for directory jumping'
        'poppler: for PDF preview'
        'zoxide: for directory jumping'
+       'imagemagick: for previewing fonts'
+       'chafa: for previewing images'
 )
 makedepends=('cargo' 'imagemagick')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sxyazi/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('aea4a6ebd7f56c5d5fe6afbea143fc98c336d4ccd7852f2e8983c23e205988c4')
+sha256sums=('0a0c1583accca16759392f258367156a2c36fb0b1d37152b07e1aa5239c531ff')
 options=('!lto')
 
 prepare() {
@@ -33,7 +35,7 @@ prepare() {
 
 build() {
   cd "$pkgname-$pkgver"
-  VERGEN_GIT_SHA="Arch Linux" YAZI_GEN_COMPLETIONS=true cargo build --release 
--frozen
+  VERGEN_GIT_SHA="Arch Linux" YAZI_GEN_COMPLETIONS=true cargo build --release 
--frozen --no-default-features
   YAZI_GEN_COMPLETIONS=true cargo build --release -p "$pkgname-cli"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yazi/-/commit/8a008db0795819d930bfcf83dfa0f5b91beb6f1e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yazi/-/commit/8a008db0795819d930bfcf83dfa0f5b91beb6f1e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to