mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/eza to 0.18.23-1
This commit is contained in:
parent
96f5f41341
commit
0f52882460
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.22
|
||||
pkgver = 0.18.23
|
||||
pkgrel = 1
|
||||
url = https://github.com/eza-community/eza
|
||||
arch = x86_64
|
||||
|
@ -14,9 +14,9 @@ pkgbase = eza
|
|||
provides = exa
|
||||
conflicts = exa
|
||||
replaces = exa
|
||||
source = https://github.com/eza-community/eza/archive/v0.18.22/eza-0.18.22.tar.gz
|
||||
sha256sums = 552fe9997ed4fc6e11dafebffc2aa249ab3fb465a05c614181c7b62e8a0df698
|
||||
b2sums = 8412ebf2baaa52c5757b919806705281450c40002f024e9d4a2a07f2c0396fc4defce72782699b8eb2458370dd5d79b7c1aa3d3f3ef12b8e9acf943033cfca31
|
||||
source = https://github.com/eza-community/eza/archive/v0.18.23/eza-0.18.23.tar.gz
|
||||
sha256sums = 34b0e8a699ac1a8a308448f417f0c0137a67ea34e261fd6f106e8be9fd5bb54c
|
||||
b2sums = f0ea739666fad29f44c38bde0e5f53cae5a3821cf0452843585375663ca9bbb5375d28a736aaec48e2b34f3e9a9300cefa8447e35298351a7989906a54581f21
|
||||
|
||||
pkgname = eza
|
||||
depends = gcc-libs
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# - remove makedepend on pandoc, don't build/install manpages
|
||||
|
||||
pkgname=eza
|
||||
pkgver=0.18.22
|
||||
pkgver=0.18.23
|
||||
pkgrel=1
|
||||
pkgdesc="A modern replacement for ls (community fork of exa)"
|
||||
url="https://github.com/eza-community/eza"
|
||||
|
@ -21,8 +21,8 @@ depends=(gcc-libs # libgcc_s.so
|
|||
zlib)
|
||||
makedepends=(cargo)
|
||||
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('552fe9997ed4fc6e11dafebffc2aa249ab3fb465a05c614181c7b62e8a0df698')
|
||||
b2sums=('8412ebf2baaa52c5757b919806705281450c40002f024e9d4a2a07f2c0396fc4defce72782699b8eb2458370dd5d79b7c1aa3d3f3ef12b8e9acf943033cfca31')
|
||||
sha256sums=('34b0e8a699ac1a8a308448f417f0c0137a67ea34e261fd6f106e8be9fd5bb54c')
|
||||
b2sums=('f0ea739666fad29f44c38bde0e5f53cae5a3821cf0452843585375663ca9bbb5375d28a736aaec48e2b34f3e9a9300cefa8447e35298351a7989906a54581f21')
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue