[arch-commits] Commit in python-pew/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Jan 22 05:10:21 UTC 2020


    Date: Wednesday, January 22, 2020 @ 05:10:20
  Author: eschwartz
Revision: 553356

upgpkg: python-pew 1.2.0-4: fix fish completion install dir

vendor_completions.d is the correct location for completions not installed as
part of the fish source code.

Modified:
  python-pew/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 04:46:14 UTC (rev 553355)
+++ PKGBUILD	2020-01-22 05:10:20 UTC (rev 553356)
@@ -1,10 +1,10 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org> 
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
 # Contributor: Jos? Luis Lafuente <jl at lafuente.me>
 # Contributor: Arthur Vuillard <arthur at hashbang.fr>
 
 pkgname='python-pew'
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual environments"
 url="https://github.com/berdario/pew"
 arch=('any')
@@ -25,7 +25,7 @@
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 
   install -D -m644 "pew/shell_config/complete.fish" \
-    "$pkgdir/usr/share/fish/completions/pew.fish"
+    "$pkgdir/usr/share/fish/vendor_completions.d/pew.fish"
 
   install -D -m644 "pew/shell_config/complete.bash" \
     "$pkgdir/usr/share/bash-completion/completions/pew"



More information about the arch-commits mailing list