eza: update to 0.20.0

This commit is contained in:
tranzystorekk 2024-09-26 12:58:53 +02:00
parent 537d70a304
commit 08689d2484
1 changed files with 5 additions and 5 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'eza'
pkgname=eza
version=0.19.4
version=0.20.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libgit2-1.8-devel"
short_desc="Modern, maintained replacement for ls"
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
license="MIT"
license="EUPL-1.2"
homepage="https://eza.rocks"
changelog="https://raw.githubusercontent.com/eza-community/eza/main/CHANGELOG.md"
distfiles="https://github.com/eza-community/eza/archive/refs/tags/v${version}.tar.gz
https://github.com/eza-community/eza/releases/download/v${version}/man-${version}.tar.gz"
checksum="c0094b3ee230702d4dd983045e38ea2bd96375c16381c0206c88fae82fb551a4
cc3b61aad6f480566babc2896ff3306decac16fa5fa99d2a25b1a08e0b23e013"
checksum="e6c058b13aecbed9f037c0607f0df19bc0a3532fea14dacd0090878ed4bbfadc
6131d63024e02ccc146d01954566f9b3666ae9f1c7963dd2f0d7daa5e193c8fe"
skip_extraction="man-${version}.tar.gz"
@ -30,7 +30,7 @@ post_install() {
vman ${manpage}
done
vlicense LICENCE
vlicense LICENSE.txt
ln -s eza ${DESTDIR}/usr/bin/exa
}