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

Jelle van der Waa jelle at archlinux.org
Sun Jan 12 17:36:02 UTC 2020


    Date: Sunday, January 12, 2020 @ 17:36:02
  Author: jelle
Revision: 552249

upgpkg: httpie 2.0.0-1

Upstream update

Modified:
  httpie/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-12 17:32:48 UTC (rev 552248)
+++ PKGBUILD	2020-01-12 17:36:02 UTC (rev 552249)
@@ -1,9 +1,10 @@
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
 # Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
 
 pkgname=httpie
-pkgver=1.0.3
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="cURL for humans"
 url="https://github.com/jakubroztocil/httpie"
 depends=('python-requests' 'python-pygments' 'python-setuptools')
@@ -13,7 +14,7 @@
 license=('BSD')
 arch=('any')
 source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz")
-sha1sums=('f765ce527a0fae0d1dd76c25b78e6e61651ea4ca')
+sha1sums=('67a017fd43498dc1da507622367bdb5cceef3222')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list