httpie: update to 2.2.0.
This commit is contained in:
parent
2828d93002
commit
af839c25cf
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'httpie'
|
# Template file for 'httpie'
|
||||||
pkgname=httpie
|
pkgname=httpie
|
||||||
version=2.1.0
|
version=2.2.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-requests python3-Pygments"
|
depends="python3-setuptools python3-requests python3-Pygments"
|
||||||
|
@ -12,15 +11,15 @@ license="BSD-3-Clause"
|
||||||
homepage="https://httpie.org/"
|
homepage="https://httpie.org/"
|
||||||
changelog="https://raw.githubusercontent.com/jakubroztocil/httpie/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/jakubroztocil/httpie/master/CHANGELOG.rst"
|
||||||
distfiles="https://github.com/jakubroztocil/httpie/archive/${version}.tar.gz"
|
distfiles="https://github.com/jakubroztocil/httpie/archive/${version}.tar.gz"
|
||||||
checksum=aea482da09341a3d205761d828c7125884c9d0eb77a53cd4d2e6042e4670182b
|
checksum=413894ad9d5d45a2a7839079dcdc0f23b0ea3586502d5014339b957de73d413e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall extras/httpie-completion.bash 644 usr/share/bash-completion/completions http
|
vcompletion extras/httpie-completion.bash bash http
|
||||||
|
vcompletion extras/httpie-completion.fish fish http
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-httpie_package() {
|
python3-httpie_package() {
|
||||||
archs=noarch
|
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc+=" (transitional dummy package)"
|
short_desc+=" (transitional dummy package)"
|
||||||
depends="httpie>=${version}_${revision}"
|
depends="httpie>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue