summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4546e5e9f96..ae98ec1e34fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mates-git
-pkgver=r170
-pkgrel=2
+pkgver=r185
+pkgrel=1
pkgdesc='A very simple commandline addressbook, with mutt integration and optional CardDAV synchronization.'
arch=('i686' 'x86_64')
url='https://github.com/untitaker/mates.rs'
@@ -25,7 +25,7 @@ package(){
cd "$srcdir/$pkgname"
install -Dm755 target/release/mates "$pkgdir/usr/bin/mates"
- install -Dm644 "target/release/build/mates-"*/out/mates.bash-completion "$pkgdir/usr/share/bash-completion/completions/mates"
+ install -Dm644 "target/release/build/mates-"*/out/mates.bash "$pkgdir/usr/share/bash-completion/completions/mates"
install -Dm644 "target/release/build/mates-"*/out/mates.fish "$pkgdir/usr/share/fish/completions/mates.fish"
install -Dm644 "target/release/build/mates-"*/out/_mates "$pkgdir/usr/share/zsh/site-functions/_mates"
}