mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/eza to 0.18.15-1
This commit is contained in:
parent
b9092773d8
commit
82a3a3cf51
2 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = eza
|
||||
pkgdesc = A modern replacement for ls (community fork of exa)
|
||||
pkgver = 0.18.14
|
||||
pkgrel = 6
|
||||
pkgver = 0.18.15
|
||||
pkgrel = 1
|
||||
url = https://github.com/eza-community/eza
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
@ -14,9 +14,9 @@ pkgbase = eza
|
|||
provides = exa
|
||||
conflicts = exa
|
||||
replaces = exa
|
||||
source = https://github.com/eza-community/eza/archive/v0.18.14/eza-0.18.14.tar.gz
|
||||
sha256sums = f8f42ed466c02eaaa2b157ef976d29f1c38a6ff13064be52baed70e4943f2481
|
||||
b2sums = c27852afc92454d684390f737f1b70c7bb4b2a6c50ae68fd61ae99d7a1af2b8c14ea9ebfec129f3861a1a8bd5d569467b72416a4d4dc6ceabbc8353396523d62
|
||||
source = https://github.com/eza-community/eza/archive/v0.18.15/eza-0.18.15.tar.gz
|
||||
sha256sums = 53c6ea67804dbaa330918f6ce62a1cff866a145b2395c606903c0d128dd8564f
|
||||
b2sums = 515751316fadc656066609c99796b895773985524974fb25c9e6599d11f7927cfbe19fe3b8113f0b0bc1740da4887cf9991d919eb045649ccad558eb919c2b8b
|
||||
|
||||
pkgname = eza
|
||||
depends = gcc-libs
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
# - remove makedepend on pandoc, don't build/install manpages
|
||||
|
||||
pkgname=eza
|
||||
pkgver=0.18.14
|
||||
pkgrel=6
|
||||
pkgver=0.18.15
|
||||
pkgrel=1
|
||||
pkgdesc="A modern replacement for ls (community fork of exa)"
|
||||
url="https://github.com/eza-community/eza"
|
||||
arch=(x86_64)
|
||||
|
@ -21,8 +21,8 @@ depends=(gcc-libs # libgcc_s.so
|
|||
zlib)
|
||||
makedepends=("cargo")
|
||||
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('f8f42ed466c02eaaa2b157ef976d29f1c38a6ff13064be52baed70e4943f2481')
|
||||
b2sums=('c27852afc92454d684390f737f1b70c7bb4b2a6c50ae68fd61ae99d7a1af2b8c14ea9ebfec129f3861a1a8bd5d569467b72416a4d4dc6ceabbc8353396523d62')
|
||||
sha256sums=('53c6ea67804dbaa330918f6ce62a1cff866a145b2395c606903c0d128dd8564f')
|
||||
b2sums=('515751316fadc656066609c99796b895773985524974fb25c9e6599d11f7927cfbe19fe3b8113f0b0bc1740da4887cf9991d919eb045649ccad558eb919c2b8b')
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue