aboutsummaryrefslogtreecommitdiffstats
path: root/main/fish/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-12-11 23:23:28 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-12-12 04:10:07 +0000
commitd74b7aaeb5afdeb7d39deadd39b4210ebfabb952 (patch)
tree5139ee4342b6ecb1a246a540f51673fee803efbe /main/fish/APKBUILD
parentf44994d8c857df426af03f164116e2fc81e6b4dd (diff)
main/fish: remove completion for docker, provided by upstream
closes #12186
Diffstat (limited to 'main/fish/APKBUILD')
-rw-r--r--main/fish/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/fish/APKBUILD b/main/fish/APKBUILD
index b8c167cbe6f..b8bdbfb0326 100644
--- a/main/fish/APKBUILD
+++ b/main/fish/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=fish
pkgver=3.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Modern interactive commandline shell"
url="http://www.fishshell.com"
arch="all"
@@ -52,6 +52,9 @@ package() {
# https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/10159#note_101679
rm "$pkgdir"/usr/share/fish/completions/rustup.fish
+
+ # https://github.com/fish-shell/fish-shell/issues/2436
+ rm "$pkgdir"/usr/share/fish/completions/docker.fish
}
doc() {