Skip to content

Commit

Permalink
upgpkg: eza-git 0.15.0.r3.g32567d0-2
Browse files Browse the repository at this point in the history
Fix cargo fetch flags

Signed-off-by: txtsd <code@ihavea.quest>
  • Loading branch information
txtsd committed Oct 21, 2023
1 parent c045a27 commit b6420c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eza-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = eza-git
pkgdesc = A modern replacement for ls
pkgver = 0.15.0.r3.g32567d0
pkgrel = 1
pkgrel = 2
url = https://github.com/eza-community/eza
arch = x86_64
license = MIT
Expand Down
4 changes: 2 additions & 2 deletions eza-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgname="eza-git"
_pkgname=${pkgname%-git}
pkgver=0.15.0.r3.g32567d0
pkgrel=1
pkgrel=2
pkgdesc="A modern replacement for ls"
arch=("x86_64")
url="https://github.com/eza-community/eza"
Expand All @@ -21,7 +21,7 @@ sha256sums=('SKIP')
prepare() {
cd "${pkgname}"

cargo fetch --frozen --target "$CARCH-unknown-linux-gnu"
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}

pkgver() {
Expand Down

0 comments on commit b6420c2

Please sign in to comment.