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

Daurnimator daurnimator at gemini.archlinux.org
Wed Sep 8 13:46:21 UTC 2021


    Date: Wednesday, September 8, 2021 @ 13:46:20
  Author: daurnimator
Revision: 1012908

PKGBUILD updates

As recommended in comments of https://github.com/archlinux/svntogit-community/commit/a913f3b929231245b03d92ac8bb117f0a35b7858

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 13:12:09 UTC (rev 1012907)
+++ PKGBUILD	2021-09-08 13:46:20 UTC (rev 1012908)
@@ -6,8 +6,8 @@
 pkgname=httpie
 pkgver=2.5.0
 pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie"
+pkgdesc="human-friendly CLI HTTP client for the API era"
+url="https://github.com/httpie/httpie"
 depends=('python-defusedxml'
          'python-pygments'
          'python-pysocks'
@@ -14,8 +14,7 @@
          'python-requests'
          'python-requests-toolbelt')
 makedepends=('python-setuptools')
-checkdepends=('python-mock'
-              'python-pytest'
+checkdepends=('python-pytest'
               'python-pytest-httpbin'
               'python-responses')
 conflicts=(python-httpie)
@@ -22,8 +21,8 @@
 replaces=(python-httpie python2-httpie)
 license=('BSD')
 arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz")
-sha1sums=('2662bbf09f5e657949589fac9dbcdcb5760399d8')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/httpie/httpie/archive/$pkgver.tar.gz")
+sha256sums=('66af56e0efc1ca6237323f1186ba34bca1be24e67a4319fd5df7228ab986faea')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list