mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/eza to 0.18.1-1
This commit is contained in:
parent
29d53b2c1c
commit
12c8117b74
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = eza
|
||||
pkgdesc = A modern replacement for ls (community fork of exa)
|
||||
pkgver = 0.18.0
|
||||
pkgver = 0.18.1
|
||||
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.18.0.tar.gz::https://github.com/eza-community/eza/archive/v0.18.0.tar.gz
|
||||
sha256sums = 50f6187fa10eb7d2405477ed2b4dfbda7e51d3746b3660664f39b50d74c856a1
|
||||
b2sums = 2cf77760705df7fa90bcead6a09b8e1e05f9aa5bd831bd7809b624dfee6c3dac01174303a55bac395ab6312fae45a9cd3fccbf282b41b34fbe4c0b9728f2f636
|
||||
source = eza-0.18.1.tar.gz::https://github.com/eza-community/eza/archive/v0.18.1.tar.gz
|
||||
sha256sums = f4ac88d8304bf0e403f922f05cd2ad9f87fd6b034de07228e4248edd9c9d0220
|
||||
b2sums = 328673a5b2899829860005ae517104ddfeee53ed3a3ad452887164bf284a4208637090f3f36c04c46a4e82dd508a80f168592fdf56214b59a75f678061d974ce
|
||||
|
||||
pkgname = eza
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# - remove makedepend on pandoc, don't build/install manpages
|
||||
|
||||
pkgname=eza
|
||||
pkgver=0.18.0
|
||||
pkgver=0.18.1
|
||||
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=('50f6187fa10eb7d2405477ed2b4dfbda7e51d3746b3660664f39b50d74c856a1')
|
||||
b2sums=('2cf77760705df7fa90bcead6a09b8e1e05f9aa5bd831bd7809b624dfee6c3dac01174303a55bac395ab6312fae45a9cd3fccbf282b41b34fbe4c0b9728f2f636')
|
||||
sha256sums=('f4ac88d8304bf0e403f922f05cd2ad9f87fd6b034de07228e4248edd9c9d0220')
|
||||
b2sums=('328673a5b2899829860005ae517104ddfeee53ed3a3ad452887164bf284a4208637090f3f36c04c46a4e82dd508a80f168592fdf56214b59a75f678061d974ce')
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue