summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonni Westphalen2018-04-18 20:14:23 +0200
committerJonni Westphalen2018-04-18 20:14:23 +0200
commit37771f337939ae958ef6b8b459bd4447eb6099bd (patch)
tree7ce478b5d5b6c302859a90020c1b95025a4aeed3 /PKGBUILD
parent79fbf15079cda9aadf1a5ad899209ed35834f0ad (diff)
downloadaur-37771f337939ae958ef6b8b459bd4447eb6099bd.tar.gz
2.9.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a30fac467192..7894e90f21ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman
-pkgver=2.9.21
+pkgver=2.9.22
pkgrel=1
pkgdesc="aurman AUR helper with almost pacman syntax"
arch=('any')
@@ -14,4 +14,5 @@ package() {
cd "$srcdir/aurman_sources"
/usr/bin/env python3 setup.py install --root="$pkgdir/" --optimize=1
install -Dm644 ./bash.completion "$pkgdir/usr/share/bash-completion/completions/aurman"
+ install -Dm644 ./aurman.fish "$pkgdir/usr/share/fish/vendor_completions.d/aurman.fish"
}