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

Jelle van der Waa jelle at gemini.archlinux.org
Fri Apr 15 20:33:05 UTC 2022


    Date: Friday, April 15, 2022 @ 20:33:04
  Author: jelle
Revision: 1186633

wip 3.1.0 update

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-15 20:00:27 UTC (rev 1186632)
+++ PKGBUILD	2022-04-15 20:33:04 UTC (rev 1186633)
@@ -4,13 +4,14 @@
 # Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
 
 pkgname=httpie
-pkgver=2.6.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="human-friendly CLI HTTP client for the API era"
 url="https://github.com/httpie/httpie"
 depends=('python-defusedxml'
          'python-pygments'
          'python-pysocks'
+         'python-multidict'
          'python-requests'
          'python-requests-toolbelt'
          'python-charset-normalizer')
@@ -17,6 +18,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest'
               'python-pytest-httpbin'
+              'python-pytest-lazy-fixture'
               'python-responses')
 conflicts=(python-httpie)
 replaces=(python-httpie python2-httpie)
@@ -23,7 +25,7 @@
 license=('BSD')
 arch=('any')
 source=($pkgname-$pkgver.tar.gz::"https://github.com/httpie/httpie/archive/$pkgver.tar.gz")
-sha256sums=('3bcd9a8cb2b11299da12d3af36c095c6d4b665e41c395898a07f1ae4d99fc14a')
+sha256sums=('823cb4856cb7edf016939b53fcc126d10416688980cf54895b3355b39a3f8dba')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list