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 <[email protected]> +# Maintainer: Jelle van der Waa <[email protected]> +# Contributor: Daniel Micay <[email protected]> # 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
