extra/eza to 0.17.2-1

This commit is contained in:
Kevin Mihelich 2024-01-21 00:34:02 +00:00
parent 706bc3e996
commit 3aba6bbda9
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = eza
pkgdesc = A modern replacement for ls (community fork of exa)
pkgver = 0.17.1
pkgver = 0.17.2
pkgrel = 1
url = https://github.com/eza-community/eza
arch = x86_64
@ -11,8 +11,8 @@ pkgbase = eza
provides = exa
conflicts = exa
replaces = exa
source = eza-0.17.1.tar.gz::https://github.com/eza-community/eza/archive/v0.17.1.tar.gz
sha256sums = 78f56a35fc6707297f422647988b963f39bcef023bf55f6f2f5e7cd4be659a2a
b2sums = 973ba81af8db663673a0b62d67bec4078886156303ecbd2315a03399c0eee9db79d0e2cf216bc479467e672dbe1bc5559b753b5564967e6b6bfd4e4a689a05d1
source = eza-0.17.2.tar.gz::https://github.com/eza-community/eza/archive/v0.17.2.tar.gz
sha256sums = 272b341099d5f7839cf73b619f69c5cd3eb55e9a5ded9a29dd283795220f42f8
b2sums = 4468f226acb3493832f65a3dcc7e9abadc6b6c290057c436a9bb7e8903762d286db4f10a2c03c1ce73b50d53e100484532987d0b2d9465dc0acf0892659911cb
pkgname = eza

View file

@ -6,7 +6,7 @@
# - remove makedepend on pandoc, don't build/install manpages
pkgname=eza
pkgver=0.17.1
pkgver=0.17.2
pkgrel=1
pkgdesc="A modern replacement for ls (community fork of exa)"
url="https://github.com/eza-community/eza"
@ -18,8 +18,8 @@ conflicts=('exa')
depends=('libgit2.so')
makedepends=("cargo")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/eza-community/eza/archive/v${pkgver}.tar.gz")
sha256sums=('78f56a35fc6707297f422647988b963f39bcef023bf55f6f2f5e7cd4be659a2a')
b2sums=('973ba81af8db663673a0b62d67bec4078886156303ecbd2315a03399c0eee9db79d0e2cf216bc479467e672dbe1bc5559b753b5564967e6b6bfd4e4a689a05d1')
sha256sums=('272b341099d5f7839cf73b619f69c5cd3eb55e9a5ded9a29dd283795220f42f8')
b2sums=('4468f226acb3493832f65a3dcc7e9abadc6b6c290057c436a9bb7e8903762d286db4f10a2c03c1ce73b50d53e100484532987d0b2d9465dc0acf0892659911cb')
prepare() {
cd "${pkgname}-${pkgver}"