summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhanibek Adilbekov2022-04-24 05:47:08 +0600
committerZhanibek Adilbekov2022-04-24 05:47:08 +0600
commitedd118fc1aa83609e0c744f7d60ea90b4088959e (patch)
treeb3561772dc64a0d33ccb979129a5908ce8520462
parent51e6289593b20fc072436550567ff07eb4430522 (diff)
downloadaur-edd118fc1aa83609e0c744f7d60ea90b4088959e.tar.gz
fix: 3rd-party completions for fish should go to different dir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5099a0831889..ea37c4676cf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gibo
pkgdesc = A shell script for easily accessing gitignore boilerplates
pkgver = 2.2.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/simonwhitaker/gibo
install = gibo.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 62011a25033f..51e64db5a3cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Original Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=gibo
pkgver=2.2.7
-pkgrel=1
+pkgrel=2
pkgdesc="A shell script for easily accessing gitignore boilerplates"
url="https://github.com/simonwhitaker/gibo"
arch=('any')
@@ -31,5 +31,5 @@ package() {
# fish
mkdir -p $pkgdir/usr/share/fish/completions
- install -Dm644 ./shell-completions/$pkgname.fish $pkgdir/usr/share/fish/completions/$pkgname.fish
+ install -Dm644 ./shell-completions/$pkgname.fish $pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish
}