wok diff httpie/receipt @ rev 23809

linld: add isoboot (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 24 16:43:25 2020 +0000 (2020-05-24)
parents 240fb3120638
children 5ea0ce1cecc0
line diff
     1.1 --- a/httpie/receipt	Sun May 19 19:07:20 2019 +0200
     1.2 +++ b/httpie/receipt	Sun May 24 16:43:25 2020 +0000
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="httpie"
     1.7 -VERSION="1.0.2"
     1.8 +VERSION="2.0.0"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="HTTPie is a command line HTTP client, a user-friendly cURL replacement."
    1.11 +SHORT_DESC="A command line HTTP client, a user-friendly cURL replacement."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://httpie.org/"
    1.15 @@ -11,7 +11,7 @@
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://github.com/jakubroztocil/$PACKAGE/archive/$VERSION.tar.gz"
    1.18  
    1.19 -DEPENDS="python-requests python-pygments"
    1.20 +DEPENDS="python-pygments python-requests"
    1.21  BUILD_DEPENDS="python-setuptools"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24 @@ -23,5 +23,5 @@
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	cp -a $install/* $fs
    1.29 +	cp -a $install/*	$fs
    1.30  }