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

Daurnimator daurnimator at archlinux.org
Mon Nov 2 00:00:04 UTC 2020


    Date: Monday, November 2, 2020 @ 00:00:03
  Author: daurnimator
Revision: 739059

upgpkg: httpie 2.3.0-2

Add missing dependencies

Modified:
  httpie/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-01 22:49:15 UTC (rev 739058)
+++ PKGBUILD	2020-11-02 00:00:03 UTC (rev 739059)
@@ -1,13 +1,18 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Maintainer: daurnimator <daurnimator at archlinux.org>
 # Contributor: Daniel Micay <danielmicay at gmail.com>
 # Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
 
 pkgname=httpie
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="cURL for humans"
 url="https://github.com/jakubroztocil/httpie"
-depends=('python-requests' 'python-pygments' 'python-setuptools')
+depends=('python-requests'
+         'python-requests-toolbelt'
+         'python-pygments'
+         'python-pysocks'
+         'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
 conflicts=(python-httpie)
 replaces=(python-httpie python2-httpie)



More information about the arch-commits mailing list