Skip to content
Snippets Groups Projects
Verified Commit 0ad36f04 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 0.18.14-6: Fix bogus so name

parent 45615574
No related branches found
No related tags found
No related merge requests found
pkgbase = eza
pkgdesc = A modern replacement for ls (community fork of exa)
pkgver = 0.18.14
pkgrel = 5
pkgrel = 6
url = https://github.com/eza-community/eza
arch = x86_64
license = MIT
......@@ -24,4 +24,4 @@ pkgname = eza
depends = libgit2
depends = zlib
depends = libgit2.so
depends = zlib.so
depends = libz.so
......@@ -4,7 +4,7 @@
pkgname=eza
pkgver=0.18.14
pkgrel=5
pkgrel=6
pkgdesc="A modern replacement for ls (community fork of exa)"
url="https://github.com/eza-community/eza"
arch=(x86_64)
......@@ -45,7 +45,7 @@ check() {
package() {
depends+=(libgit2.so
zlib.so)
libz.so)
cd "${pkgname}-${pkgver}"
install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
ln -s eza "${pkgdir}/usr/bin/exa"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment