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

Jelle van der Waa jelle at archlinux.org
Sun Feb 23 14:44:02 UTC 2020


    Date: Sunday, February 23, 2020 @ 14:44:02
  Author: jelle
Revision: 579780

upgpkg: httpie 2.0.0-2

Install fish completion, resolves FS#55786

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 14:41:22 UTC (rev 579779)
+++ PKGBUILD	2020-02-23 14:44:02 UTC (rev 579780)
@@ -4,7 +4,7 @@
 
 pkgname=httpie
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="cURL for humans"
 url="https://github.com/jakubroztocil/httpie"
 depends=('python-requests' 'python-pygments' 'python-setuptools')
@@ -26,10 +26,10 @@
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
   python3 setup.py install --root="$pkgdir" --optimize=1
 
-  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py to install them automatically
+  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py to install them automatically
   # TODO: add zsh support
-  install -d $pkgdir/usr/share/bash-completion/completions
   install -Dm644 extras/httpie-completion.bash $pkgdir/usr/share/bash-completion/completions/http
+  install -Dm644 extras/httpie-completion.fish $pkgdir/usr/share/fish/vendor_completions.d/http.fish
 }
 
 check() {



More information about the arch-commits mailing list