mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 20:37:52 +00:00
Update PKGBUILD to current version in AUR
This commit is contained in:
parent
085b71cf07
commit
e86369ba1b
@ -1,12 +1,13 @@
|
||||
# Maintainer: tuftedocelot@fastmail.fm
|
||||
_pkgname=exa
|
||||
pkgname=${_pkgname}-git
|
||||
pkgver=257
|
||||
pkgver=270
|
||||
pkgrel=1
|
||||
pkgdesc='Replacement for ls written in Rust.'
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/ogham/exa"
|
||||
license='GPLv3'
|
||||
license='MIT'
|
||||
depends=('libssh2')
|
||||
makedepends=('cmake' 'rust-nightly-bin' 'libgit2')
|
||||
source=("git+https://github.com/ogham/exa.git")
|
||||
md5sums=('SKIP')
|
||||
@ -18,6 +19,6 @@ pkgver() {
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$_pkgname"
|
||||
cargo build
|
||||
install -Dm755 "$srcdir/$_pkgname/target/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
|
||||
cargo build --release
|
||||
install -Dm755 "$srcdir/$_pkgname/target/release/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user