summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2020-11-12 20:37:55 -0300
committerFilipe Nascimento2020-11-12 20:37:55 -0300
commite50090b2ff12f1d8945b54962e2098c6613b1cd9 (patch)
tree5f66ef7dcb10f1572cdfc23b3e5abca1bd349ce7
parentb18a6e1565bcc26b78dc52f0e67ee3af38ffffc3 (diff)
downloadaur-e50090b2ff12f1d8945b54962e2098c6613b1cd9.tar.gz
upgpkg: exa-git 0.9.0.r184.g39c8c67-2
fix completions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f250b736b55e..7217e074f2cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exa-git
pkgdesc = Replacement for ls written in Rust
pkgver = 0.9.0.r184.g39c8c67
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ogham/exa
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4c0e08b37c97..cf2d80584b20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=exa
pkgname=${_pkgname}-git
pkgver=0.9.0.r184.g39c8c67
-pkgrel=1
+pkgrel=2
pkgdesc='Replacement for ls written in Rust'
arch=('i686' 'x86_64')
url="https://github.com/ogham/exa"
@@ -34,11 +34,11 @@ package() {
install -Dm755 "target/release/$_pkgname" \
-t "$pkgdir/usr/bin"
install -Dm644 completions/completions.bash \
- "$pkgdir/etc/bash_completion.d/$pkgname"
+ "$pkgdir/etc/bash_completion.d/$_pkgname"
install -Dm644 completions/completions.zsh \
- "$pkgdir/usr/share/zsh/site-functions/_$pkgname"
+ "$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
install -Dm644 completions/completions.fish \
- "$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
+ "$pkgdir/usr/share/fish/vendor_completions.d/$_pkgname.fish"
install -Dm644 LICEN?E \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "target/release/man/$_pkgname.1" \