extra/eza to 0.18.4-1

This commit is contained in:
Kevin Mihelich 2024-02-22 13:34:41 +00:00
parent 175e9df599
commit aaf3a9017d
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = eza pkgbase = eza
pkgdesc = A modern replacement for ls (community fork of exa) pkgdesc = A modern replacement for ls (community fork of exa)
pkgver = 0.18.3 pkgver = 0.18.4
pkgrel = 1 pkgrel = 1
url = https://github.com/eza-community/eza url = https://github.com/eza-community/eza
arch = x86_64 arch = x86_64
@ -11,8 +11,8 @@ pkgbase = eza
provides = exa provides = exa
conflicts = exa conflicts = exa
replaces = exa replaces = exa
source = eza-0.18.3.tar.gz::https://github.com/eza-community/eza/archive/v0.18.3.tar.gz source = eza-0.18.4.tar.gz::https://github.com/eza-community/eza/archive/v0.18.4.tar.gz
sha256sums = 0fccd2751568715d708106a23b570201298c2347a360afc522d7029b432f5206 sha256sums = 2200bc1c07511c105961dcb3fe1682cc9067d55280dac990de7623aff86cab1a
b2sums = 44c911684de3a1f8136db732a15554dc99ff87a524735a72041ebbc7357502329edd6ede08b0411eedce17b22358603fb126e1eb96067761fc30f44fdda59340 b2sums = 092a112389b285fc4b5cd6af6900ffaf25e377a3459cc4a2f155e31d4f418d6d5b20a4cf5e37c7b831ea94ec4a13430684b0812132d147b896959a0ae7bddaf4
pkgname = eza pkgname = eza

View file

@ -6,7 +6,7 @@
# - remove makedepend on pandoc, don't build/install manpages # - remove makedepend on pandoc, don't build/install manpages
pkgname=eza pkgname=eza
pkgver=0.18.3 pkgver=0.18.4
pkgrel=1 pkgrel=1
pkgdesc="A modern replacement for ls (community fork of exa)" pkgdesc="A modern replacement for ls (community fork of exa)"
url="https://github.com/eza-community/eza" url="https://github.com/eza-community/eza"
@ -18,8 +18,8 @@ conflicts=('exa')
depends=('libgit2.so') depends=('libgit2.so')
makedepends=("cargo") makedepends=("cargo")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/eza-community/eza/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/eza-community/eza/archive/v${pkgver}.tar.gz")
sha256sums=('0fccd2751568715d708106a23b570201298c2347a360afc522d7029b432f5206') sha256sums=('2200bc1c07511c105961dcb3fe1682cc9067d55280dac990de7623aff86cab1a')
b2sums=('44c911684de3a1f8136db732a15554dc99ff87a524735a72041ebbc7357502329edd6ede08b0411eedce17b22358603fb126e1eb96067761fc30f44fdda59340') b2sums=('092a112389b285fc4b5cd6af6900ffaf25e377a3459cc4a2f155e31d4f418d6d5b20a4cf5e37c7b831ea94ec4a13430684b0812132d147b896959a0ae7bddaf4')
prepare() { prepare() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"